X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/32b9a6d76790c73d3d2d36d9081a2581cc65d184..28c176b668c841a3b7fb093faccf0efa39257603:/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 index 87f30bb..0000000 --- a/lunaix-os/usr/libc/arch/i386/lunaix.c +++ /dev/null @@ -1,12 +0,0 @@ -#include "syscall.h" -#include - -__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)