commit-hurd
[Top][All Lists]
Advanced

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

[hurd,commited] mach: Fix LLL_SHARED value


From: Samuel Thibault
Subject: [hurd,commited] mach: Fix LLL_SHARED value
Date: Mon, 14 Feb 2022 19:29:37 +0100

Mach defines GSYNC_SHARED, not SYNC_SHARED.
---
 mach/lowlevellock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mach/lowlevellock.h b/mach/lowlevellock.h
index 6336694902..a4f6af4c29 100644
--- a/mach/lowlevellock.h
+++ b/mach/lowlevellock.h
@@ -35,7 +35,7 @@
 #define LLL_LOCK_INITIALIZER   0
 
 #define LLL_PRIVATE        0
-#define LLL_SHARED         SYNC_SHARED
+#define LLL_SHARED         GSYNC_SHARED
 
 /* Interruptible version of __gsync_wait.  */
 extern kern_return_t __gsync_wait_intr
-- 
2.34.1




reply via email to

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