Architectural Support: x86_64 (#37)
[lunaix-os.git] / lunaix-os / usr / libc / arch / i386 / lunaix.c
diff --git a/lunaix-os/usr/libc/arch/i386/lunaix.c b/lunaix-os/usr/libc/arch/i386/lunaix.c
deleted file mode 100644 (file)
index 87f30bb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "syscall.h"
-#include <lunaix/types.h>
-
-__LXSYSCALL(void, yield);
-
-__LXSYSCALL1(pid_t, wait, int*, status);
-
-__LXSYSCALL3(pid_t, waitpid, pid_t, pid, int*, status, int, options);
-
-__LXSYSCALL2_VARG(void, syslog, int, level, const char*, fmt);
-
-__LXSYSCALL3(int, realpathat, int, fd, char*, buf, size_t, size)