1
0
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:
Enzo
2021-05-05 14:39:02 +02:00
committed by GitHub
parent 8b50a5a171
commit 4ac751d773
5 changed files with 93 additions and 10 deletions

View File

@ -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