From c18f7e37a05de1bf4450099eaeefcfc03b6ffc16 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 23 Aug 2004 07:28:46 +0000 Subject: [BZ #341] (O_NOATIME): Define. --- sysdeps/unix/sysv/linux/i386/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/i386') diff --git a/sysdeps/unix/sysv/linux/i386/bits/fcntl.h b/sysdeps/unix/sysv/linux/i386/bits/fcntl.h index 8b753c5762..9065825b98 100644 --- a/sysdeps/unix/sysv/linux/i386/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/i386/bits/fcntl.h @@ -46,6 +46,7 @@ # define O_DIRECT 040000 /* Direct disk access. */ # define O_DIRECTORY 0200000 /* Must be a directory. */ # define O_NOFOLLOW 0400000 /* Do not follow links. */ +# define O_NOATIME 01000000 /* Do not set atime. */ #endif /* For now Linux has synchronisity options for data and read operations. -- cgit 1.4.1