struct timespec { seconds int64 nanoseconds int64 } nanosleep(duration *timespec) -> int { return syscall(35, duration, 0) }