aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/fcntl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
index 63e754d5fe..a01dcaec32 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
@@ -41,7 +41,10 @@
#define O_ASYNC 0x1000
#ifdef __USE_GNU
-# define O_DIRECTORY 0x2000 /* Must be a directory. */
+# define O_LARGEFILE 0x2000 /* Allow large file opens. */
+# define O_NOFOLLOW 0x4000 /* Do not follow links. */
+# define O_DIRECT 0x8000 /* Direct disk access hint. */
+# define O_DIRECTORY 0x10000 /* Must be a directory. */
#endif
#define O_NDELAY O_NONBLOCK