aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-08-23 07:28:45 +0000
committerAndreas Jaeger <aj@suse.de>2004-08-23 07:28:45 +0000
commite8805e8d3fbe3290a1e580e2b4267134cc40dc32 (patch)
treebecca889729e7380d6abf37f556015e3ba956f21 /sysdeps/unix/sysv/linux/m68k/bits/fcntl.h
parente3e4621ebc171f6394dc5a230e235545cacb71d9 (diff)
downloadglibc-e8805e8d3fbe3290a1e580e2b4267134cc40dc32.tar
glibc-e8805e8d3fbe3290a1e580e2b4267134cc40dc32.tar.gz
glibc-e8805e8d3fbe3290a1e580e2b4267134cc40dc32.tar.bz2
glibc-e8805e8d3fbe3290a1e580e2b4267134cc40dc32.zip
[BZ #341]
(O_NOATIME): Define.
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/m68k/bits/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h b/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h
index 2e85d1e893..90c0a481e4 100644
--- a/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h
@@ -45,6 +45,7 @@
# define O_DIRECTORY 040000 /* Must be a directory. */
# define O_NOFOLLOW 0100000 /* Do not follow links. */
# define O_DIRECT 0200000 /* Direct disk access. */
+# define O_NOATIME 01000000 /* Do not set atime. */
#endif
/* For now Linux has synchronisity options for data and read operations.