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