Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / usr / libc / includes / sys / lunaix.h
diff --git a/lunaix-os/usr/libc/includes/sys/lunaix.h b/lunaix-os/usr/libc/includes/sys/lunaix.h
new file mode 100644 (file)
index 0000000..6500436
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef __LUNALIBC_SYS_LUNAIX_H
+#define __LUNALIBC_SYS_LUNAIX_H
+
+#include <sys/types.h>
+#include <stddef.h>
+
+void
+yield();
+
+void
+syslog(int level, const char* fmt, ...);
+
+int
+realpathat(int fd, char* buf, size_t size);
+
+#endif /* __LUNALIBC_LUNAIX_H */