about summary refs log tree commit diff
path: root/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-14 00:47:18 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-14 19:29:02 +0100
commit33038a7d917889547c711be158ed34739af26351 (patch)
tree76426661b35f52ff9bfc0b3ff1f90af17034c397 /mach
parent315c9e794a5fb8f9672081dbd7493b5fd036ab05 (diff)
downloadglibc-33038a7d917889547c711be158ed34739af26351.tar.gz
glibc-33038a7d917889547c711be158ed34739af26351.tar.xz
glibc-33038a7d917889547c711be158ed34739af26351.zip
mach: Fix LLL_SHARED value
Mach defines GSYNC_SHARED, not SYNC_SHARED.
Diffstat (limited to 'mach')
-rw-r--r--mach/lowlevellock.h2
1 files changed, 1 insertions, 1 deletions
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