summaryrefslogtreecommitdiff
path: root/klibc/klibc/include/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/klibc/include/fcntl.h')
-rw-r--r--klibc/klibc/include/fcntl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/klibc/klibc/include/fcntl.h b/klibc/klibc/include/fcntl.h
new file mode 100644
index 0000000000..e90959c7e9
--- /dev/null
+++ b/klibc/klibc/include/fcntl.h
@@ -0,0 +1,11 @@
+/*
+ * fcntl.h
+ */
+
+#ifndef _FCNTL_H
+#define _FCNTL_H
+
+#include <sys/types.h>
+#include <linux/fcntl.h>
+
+#endif /* _FCNTL_H */