This commit is contained in:
Stefan Rakel
2017-10-24 10:51:05 +02:00
committed by Andreas Rumpf
parent 61a50d9c8c
commit d47fec5bcc

View File

@@ -26,3 +26,5 @@ const
proc clone*(fn: pointer; child_stack: pointer; flags: cint;
arg: pointer; ptid: ptr Pid; tls: pointer;
ctid: ptr Pid): cint {.importc, header: "<sched.h>".}
proc pipe2*(a: array[0..1, cint], flags: cint): cint {.importc, header: "<unistd.h>".}