guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: syscalls: Define MS_RELATIME.


From: guix-commits
Subject: 05/07: syscalls: Define MS_RELATIME.
Date: Thu, 25 Feb 2021 05:42:26 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 46bb1a41aebf82a1f7cc57d22cccea8eafc4de0d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Feb 22 15:08:37 2021 +0100

    syscalls: Define MS_RELATIME.
    
    * guix/build/syscalls.scm (MS_RELATIME): New variable.
---
 guix/build/syscalls.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm
index 85c1c45..b19a7a2 100644
--- a/guix/build/syscalls.scm
+++ b/guix/build/syscalls.scm
@@ -43,9 +43,10 @@
             MS_NOEXEC
             MS_REMOUNT
             MS_NOATIME
+            MS_STRICTATIME
+            MS_RELATIME
             MS_BIND
             MS_MOVE
-            MS_STRICTATIME
             MS_LAZYTIME
             MNT_FORCE
             MNT_DETACH
@@ -466,6 +467,7 @@ the returned procedure is called."
 (define MS_NOATIME         1024)
 (define MS_BIND            4096)
 (define MS_MOVE            8192)
+(define MS_RELATIME     2097152)
 (define MS_STRICTATIME 16777216)
 (define MS_LAZYTIME    33554432)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]