mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
@@ -365,7 +365,7 @@ const SCHED_RR* = cint(2)
|
||||
const SCHED_OTHER* = cint(0)
|
||||
|
||||
# <semaphore.h>
|
||||
const SEM_FAILED* = nil
|
||||
const SEM_FAILED* = cast[pointer]((nil))
|
||||
|
||||
# <signal.h>
|
||||
const SIGEV_NONE* = cint(1)
|
||||
|
||||
Reference in New Issue
Block a user