about summary refs log tree commit diff
path: root/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-13 13:31:22 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-16 01:58:33 +0100
commit644d98ec4d8405e9b721ecb715483ea1983e116f (patch)
tree171db2716a85d86f2455b9dfe1d1b7b26c6fcbee /mach
parentf26f0d766b940b4e9e82dabb2eb31b7a282b2246 (diff)
downloadglibc-644d98ec4d8405e9b721ecb715483ea1983e116f.tar.gz
glibc-644d98ec4d8405e9b721ecb715483ea1983e116f.tar.xz
glibc-644d98ec4d8405e9b721ecb715483ea1983e116f.zip
hurd: Add LLL_PRIVATE and LLL_SHARED
Diffstat (limited to 'mach')
-rw-r--r--mach/lowlevellock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mach/lowlevellock.h b/mach/lowlevellock.h
index b872d0fe1e..9798d153cf 100644
--- a/mach/lowlevellock.h
+++ b/mach/lowlevellock.h
@@ -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
 (