about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-08-23 07:28:46 +0000
committerAndreas Jaeger <aj@suse.de>2004-08-23 07:28:46 +0000
commitc18f7e37a05de1bf4450099eaeefcfc03b6ffc16 (patch)
treec9ea7b17e86c1a5d899dafa25a174bdcedefa65b /sysdeps/unix/sysv/linux/mips
parentef786da12d8efa2f17bcb0415408cf5b49d49121 (diff)
downloadglibc-c18f7e37a05de1bf4450099eaeefcfc03b6ffc16.tar.gz
glibc-c18f7e37a05de1bf4450099eaeefcfc03b6ffc16.tar.xz
glibc-c18f7e37a05de1bf4450099eaeefcfc03b6ffc16.zip
[BZ #341] (O_NOATIME): Define.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
index 48531d8c0b..550593b0e9 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
@@ -49,6 +49,7 @@
 # define O_NOFOLLOW	0x20000	/* Do not follow links.	 */
 # define O_DIRECT	0x8000	/* Direct disk access hint.  */
 # define O_DIRECTORY	0x10000	/* Must be a directory.	 */
+# define O_NOATIME	0x40000	/* Do not set atime.  */
 #endif
 
 #define O_NDELAY	O_NONBLOCK