Reorganized sys functions

This commit is contained in:
Eduard Urbach 2025-02-06 13:46:37 +01:00
parent 9908066c20
commit c352778c6d
Signed by: eduard
GPG key ID: 49226B848C78F6C8
15 changed files with 110 additions and 120 deletions

3
lib/sys/time_linux.q Normal file
View file

@ -0,0 +1,3 @@
nanosleep(duration Pointer) -> Int {
return syscall(35, duration, 0)
}