X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/48b4a227035048fdebcd32532deb7a857c6199ac..509574b18a3373030cd0d7b979499499ff06dd9b:/lunaix-os/includes/lunaix/lunistd.h diff --git a/lunaix-os/includes/lunaix/lunistd.h b/lunaix-os/includes/lunaix/lunistd.h index 20e394f..42c4320 100644 --- a/lunaix-os/includes/lunaix/lunistd.h +++ b/lunaix-os/includes/lunaix/lunistd.h @@ -8,6 +8,14 @@ __LXSYSCALL(pid_t, fork) __LXSYSCALL1(int, sbrk, void*, addr) -__LXSYSCALL1(void*, brk, size_t, size) +__LXSYSCALL1(void*, brk, unsigned long, size) + +__LXSYSCALL(pid_t, getpid) + +__LXSYSCALL(pid_t, getppid) + +__LXSYSCALL1(void, _exit, int, status) + +__LXSYSCALL1(unsigned int, sleep, unsigned int, seconds) #endif /* __LUNAIX_UNISTD_H */