]> sourceware.org Git - glibc.git/commitdiff
mach: Fix LLL_SHARED value
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 13 Feb 2022 23:47:18 +0000 (00:47 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 14 Feb 2022 18:29:02 +0000 (19:29 +0100)
Mach defines GSYNC_SHARED, not SYNC_SHARED.

mach/lowlevellock.h

index 6336694902c5417945e4cbf4a39ef0f1494022d8..a4f6af4c29d80268697477fb107d99590d3fe6d3 100644 (file)
@@ -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
This page took 0.04213 seconds and 5 git commands to generate.