mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
hurd: Add LLL_PRIVATE and LLL_SHARED
This commit is contained in:
parent
f26f0d766b
commit
644d98ec4d
@ -34,6 +34,9 @@
|
||||
/* Static initializer for low-level locks. */
|
||||
#define LLL_LOCK_INITIALIZER 0
|
||||
|
||||
#define LLL_PRIVATE 0
|
||||
#define LLL_SHARED SYNC_SHARED
|
||||
|
||||
/* Interruptible version of __gsync_wait. */
|
||||
extern kern_return_t __gsync_wait_intr
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user