mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sync: make Semaphore.*wait()
robust against interrupts by signals (#10491)
This commit is contained in:
@ -16,6 +16,8 @@ struct C.tm {
|
||||
}
|
||||
|
||||
struct C._FILETIME {
|
||||
dwLowDateTime u32
|
||||
dwHighDateTime u32
|
||||
}
|
||||
|
||||
struct SystemTime {
|
||||
|
Reference in New Issue
Block a user