Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / usr / libc / includes / lunaix / lunaix.h
diff --git a/lunaix-os/usr/libc/includes/lunaix/lunaix.h b/lunaix-os/usr/libc/includes/lunaix/lunaix.h
deleted file mode 100644 (file)
index c793dad..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef __LUNAIX_SYS_LUNAIX_H
-#define __LUNAIX_SYS_LUNAIX_H
-
-#include <lunaix/types.h>
-#include <stddef.h>
-
-void
-yield();
-
-pid_t
-wait(int* status);
-
-pid_t
-waitpid(pid_t pid, int* status, int flags);
-
-void
-syslog(int level, const char* fmt, ...);
-
-int
-realpathat(int fd, char* buf, size_t size);
-
-#endif /* __LUNAIX_LUNAIX_H */