]> sourceware.org Git - glibc.git/commitdiff
hurd: add ST_RELATIME
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 27 Sep 2020 16:23:24 +0000 (18:23 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 27 Sep 2020 16:23:27 +0000 (18:23 +0200)
sysdeps/mach/hurd/bits/statvfs.h (ST_RELATIME): New macro.

sysdeps/mach/hurd/bits/statvfs.h

index 12a4729b62a7c13a852e8d6f2000080085687fe3..e5e5625af333ba13ec97cc35c15d6da21d89c67c 100644 (file)
@@ -89,7 +89,9 @@ enum
 # define ST_NOEXEC     ST_NOEXEC
   ST_SYNCHRONOUS = 16,
 # define ST_SYNCHRONOUS        ST_SYNCHRONOUS
-  ST_NOATIME = 32              /* Do not update access times.  */
+  ST_NOATIME = 32,             /* Do not update access times.  */
 # define ST_NOATIME    ST_NOATIME
+  ST_RELATIME = 64             /* Update atime relative to mtime/ctime.  */
+# define ST_RELATIME   ST_RELATIME
 #endif
 };
This page took 0.044269 seconds and 5 git commands to generate.