summaryrefslogtreecommitdiff
path: root/com32/include/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/include/fcntl.h')
-rw-r--r--com32/include/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/include/fcntl.h b/com32/include/fcntl.h
index b691b5cd..c8a9cb52 100644
--- a/com32/include/fcntl.h
+++ b/com32/include/fcntl.h
@@ -14,6 +14,7 @@
#define O_RDONLY 1
#define O_WRONLY 2
#define O_RDWR 3
+#define O_DIRECTORY 010
#define O_CREAT 0100
#define O_EXCL 0200
#define O_TRUNC 01000