aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/fcntl.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-24 18:24:35 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-24 18:24:35 -0700
commitfc5e362786d32216800bacc09bd44c13afbcfdbf (patch)
treec79424dfb8cbeaa92cb0935b22914d7179477532 /system/include/sys/fcntl.h
parent2f11f2e15392069a3c4a72fef2358fbf722b4e0e (diff)
additional headers
Diffstat (limited to 'system/include/sys/fcntl.h')
-rw-r--r--system/include/sys/fcntl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/include/sys/fcntl.h b/system/include/sys/fcntl.h
new file mode 100644
index 00000000..be85f40c
--- /dev/null
+++ b/system/include/sys/fcntl.h
@@ -0,0 +1,4 @@
+#ifndef _SYS_FCNTL_H_
+#define _SYS_FCNTL_H_
+#include <sys/_default_fcntl.h>
+#endif