mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: add signal_opt
and deprecate signal
(#10005)
This commit is contained in:
@ -132,8 +132,6 @@ fn C.sigemptyset() int
|
||||
|
||||
fn C.getcwd(buf &char, size size_t) &char
|
||||
|
||||
fn C.signal(signal int, handlercb voidptr) voidptr
|
||||
|
||||
[trusted]
|
||||
fn C.mktime() int
|
||||
|
||||
|
Reference in New Issue
Block a user