public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] mach: Fix LLL_SHARED value
@ 2022-02-14 18:29 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2022-02-14 18:29 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

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


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

only message in thread, other threads:[~2022-02-14 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 18:29 [hurd,commited] mach: Fix LLL_SHARED value 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).