mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: make SignalHandler public (#18115)
This commit is contained in:
parent
787d774523
commit
a82fc5bea0
@ -40,4 +40,4 @@ pub enum Signal {
|
|||||||
sys = 31
|
sys = 31
|
||||||
}
|
}
|
||||||
|
|
||||||
type SignalHandler = fn (Signal)
|
pub type SignalHandler = fn (Signal)
|
||||||
|
Loading…
Reference in New Issue
Block a user