We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c22370 commit 21b34b3Copy full SHA for 21b34b3
vlib/os/signal.c.v
@@ -41,7 +41,7 @@ type SignalHandler = fn (Signal)
41
fn C.signal(signal int, handlercb SignalHandler) voidptr
42
43
[deprecated: 'use os.signal_opt() instead']
44
-[deprecated_after: '2021-05-18']
+[deprecated_after: '2021-06-18']
45
pub fn signal(signum int, handler voidptr) voidptr {
46
return voidptr(signal_opt(Signal(signum), handler) or { C.SIG_ERR })
47
}
0 commit comments