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/mips/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/mips/bits/fcntl.h') 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 -- cgit v1.2.3-70-g09d2