Message ID | 20220214182937.2930947-1-samuel.thibault@ens-lyon.org |
---|---|
State | New |
Headers | show |
Series | [hurd,commited] mach: Fix LLL_SHARED value | expand |
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