summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-11-20 07:55:44 +0000
committerAndreas Jaeger <aj@suse.de>2000-11-20 07:55:44 +0000
commit73ea3b1baecb3b3bb45fbac1f07dbf1f47845f02 (patch)
tree063dbba64ec40076606d8d3d44dcf64b4690ad96 /sysdeps/unix/sysv/linux/mips/bits/fcntl.h
parentc45c8be68d4fb1ce54c2d1f82d16cc829688bc3d (diff)
Update.
2000-11-20 Hiroyuki Machida <machida@sm.sony.co.jp> * sysdeps/unix/sysv/linux/mips/clone.S: Fix comments. * sysdeps/unix/sysv/linux/mips/kernel_stat.h (kernel_stat): Expand time_t to 'long int' not, 'unsigned int'. Use 'long int' for __unused? members. * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOFOLLOW): Use same value defined in /usr/include/asm-mips/fcntl.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
index 14593da5ab..5657c32c44 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
@@ -45,7 +45,7 @@
#endif
#ifdef __USE_GNU
-# define O_NOFOLLOW 0x4000 /* Do not follow links. */
+# define O_NOFOLLOW 0x20000 /* Do not follow links. */
# define O_DIRECT 0x8000 /* Direct disk access hint. */
# define O_DIRECTORY 0x10000 /* Must be a directory. */
#endif