]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(O_NOATIME): Define to 0 if not already defined.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Dec 2005 21:11:45 +0000 (21:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Dec 2005 21:11:45 +0000 (21:11 +0000)
src/system.h

index 651a58d95039526ad65db21cebee1534cf9a96b8..886fb6af173fcf09c9c24bcd6f71e716c736ca74 100644 (file)
@@ -168,6 +168,10 @@ initialize_exit_failure (int status)
 # define O_NDELAY 0
 #endif
 
+#if !defined O_NOATIME
+# define O_NOATIME 0
+#endif
+
 #if !defined O_NONBLOCK
 # define O_NONBLOCK O_NDELAY
 #endif