Reorganized sys functions
This commit is contained in:
parent
170931cf5d
commit
9dcd43be46
15 changed files with 110 additions and 120 deletions
3
lib/sys/time_linux.q
Normal file
3
lib/sys/time_linux.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
nanosleep(duration Pointer) -> Int {
|
||||
return syscall(35, duration, 0)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue