q/lib/sys/time_linux.q
2025-02-06 13:46:37 +01:00

3 lines
No EOL
71 B
Text

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