public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] hurd: add ST_RELATIME
@ 2020-09-27 16:24 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2020-09-27 16:24 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

sysdeps/mach/hurd/bits/statvfs.h (ST_RELATIME): New macro.
---
 sysdeps/mach/hurd/bits/statvfs.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysdeps/mach/hurd/bits/statvfs.h b/sysdeps/mach/hurd/bits/statvfs.h
index 12a4729b62..e5e5625af3 100644
--- a/sysdeps/mach/hurd/bits/statvfs.h
+++ b/sysdeps/mach/hurd/bits/statvfs.h
@@ -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
 };
-- 
2.28.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-27 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27 16:24 [hurd,commited] hurd: add ST_RELATIME Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).