X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0067bc210e621ccda286092d081a7890d65e1c18..6d75e31596b5ac2e638c8a31c6c2185ee4053b6b:/lunaix-os/includes/lunaix/proc.h diff --git a/lunaix-os/includes/lunaix/proc.h b/lunaix-os/includes/lunaix/proc.h index cec5670..f4de8cf 100644 --- a/lunaix-os/includes/lunaix/proc.h +++ b/lunaix-os/includes/lunaix/proc.h @@ -2,7 +2,14 @@ #define __LUNAIX_SYS_H #include +#include -__LXSYSCALL(void, yield) +__LXSYSCALL(void, yield); + +__LXSYSCALL1(pid_t, wait, int*, status); + +__LXSYSCALL3(pid_t, waitpid, pid_t, pid, int*, status, int, options); + +__LXSYSCALL(int, geterrno); #endif /* __LUNAIX_SYS_H */