X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/df1e857ac4d1410ae2bd354e361210b842ab7bc8..c6de44b989e9d7286337e4cbf4d82d919f9120e6:/lunaix-os/includes/lunaix/proc.h diff --git a/lunaix-os/includes/lunaix/proc.h b/lunaix-os/includes/lunaix/proc.h deleted file mode 100644 index f4de8cf..0000000 --- a/lunaix-os/includes/lunaix/proc.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __LUNAIX_SYS_H -#define __LUNAIX_SYS_H - -#include -#include - -__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 */