mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
mach: Fix LLL_SHARED value
Mach defines GSYNC_SHARED, not SYNC_SHARED.
This commit is contained in:
parent
315c9e794a
commit
33038a7d91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user