Reorganized sys functions

This commit is contained in:
Eduard Urbach 2025-02-06 13:46:37 +01:00
parent 170931cf5d
commit 9dcd43be46
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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)
}