about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h
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/ia64/bits/fcntl.h
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/ia64/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/bits/fcntl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h b/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h
index 97971d3de3..d330954d48 100644
--- a/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h
@@ -43,8 +43,9 @@
 #define O_DIRECT	040000
 
 #ifdef __USE_GNU
-#define O_DIRECTORY	0200000	/* must be a directory */
-#define O_NOFOLLOW	0400000 /* don't follow links */
+# define O_DIRECTORY	0200000	/* must be a directory */
+# define O_NOFOLLOW	0400000 /* don't follow links */
+# define O_NOATIME	01000000 /* Do not set atime.  */
 #endif
 
 #ifdef __USE_LARGEFILE64