refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / usr / libc / includes / fcntl.h
diff --git a/lunaix-os/usr/libc/includes/fcntl.h b/lunaix-os/usr/libc/includes/fcntl.h
new file mode 100644 (file)
index 0000000..b013d70
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __LUNAIX_SYS_FCNTL_H
+#define __LUNAIX_SYS_FCNTL_H
+
+#include <lunaix/fcntl_defs.h>
+#include <lunaix/types.h>
+
+extern int
+open(const char* path, int flags);
+
+#endif /* __LUNAIX_FCNTL_H */