q/lib/sys/time_linux.q

3 lines
No EOL
71 B
Text

nanosleep(duration Pointer) -> Int {
return syscall(35, duration, 0)
}