X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/642855f81fd03b9fd6540ac99c665b57b4b38cc8..f13e160f6aa2f74895ecf1f65099265643836210:/lunaix-os/includes/lunaix/lunaix.h diff --git a/lunaix-os/includes/lunaix/lunaix.h b/lunaix-os/includes/lunaix/lunaix.h deleted file mode 100644 index adbde1d..0000000 --- a/lunaix-os/includes/lunaix/lunaix.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __LUNAIX_LUNAIX_H -#define __LUNAIX_LUNAIX_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); - -__LXSYSCALL2_VARG(void, syslog, int, level, const char*, fmt); - -#endif /* __LUNAIX_LUNAIX_H */