q/lib/sys/time_linux.q

3 lines
71 B
Plaintext

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