]> sourceware.org Git - glibc.git/commitdiff
Hurd: add ST_NOATIME
authorPino Toscano <toscano.pino@tiscali.it>
Fri, 10 May 2013 18:39:32 +0000 (20:39 +0200)
committerPino Toscano <toscano.pino@tiscali.it>
Fri, 10 May 2013 18:39:32 +0000 (20:39 +0200)
ChangeLog
sysdeps/mach/hurd/bits/statvfs.h

index 4226597f7b820f114c4b776aa20f34193d9afb01..b1bf921a6c39b9eb324e4f217079c5bc295b003e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
+
+       * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
+
 2013-05-10  Andreas Jaeger  <aj@suse.de>
 
        [BZ #15448]
index ecde762f11f5f8496b43c783cfc44b7dd7690d77..68bd058b4d3db6a0a8f0c77bd799ffe65b8d6b09 100644 (file)
@@ -87,7 +87,9 @@ enum
   ,
   ST_NOEXEC = 8,
 # define ST_NOEXEC     ST_NOEXEC
-  ST_SYNCHRONOUS = 16
+  ST_SYNCHRONOUS = 16,
 # define ST_SYNCHRONOUS        ST_SYNCHRONOUS
+  ST_NOATIME = 32              /* Do not update access times.  */
+# define ST_NOATIME    ST_NOATIME
 #endif
 };
This page took 0.105123 seconds and 5 git commands to generate.