mach: Fix LLL_SHARED value

Mach defines GSYNC_SHARED, not SYNC_SHARED.
This commit is contained in:
Samuel Thibault 2022-02-14 00:47:18 +01:00
parent 315c9e794a
commit 33038a7d91

View 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