projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb261b8
)
git-lll-private
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Tue, 6 Jul 2021 19:16:59 +0000
(20:16 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Tue, 6 Jul 2021 19:16:59 +0000
(20:16 +0100)
Commited for 2.33
commit
bcbabb9e6c14db9f35ed83862e88a6d986fc7a69
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sun Dec 13 13:31:22 2020 +0000
hurd: Add LLL_PRIVATE and LLL_SHARED
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-lll-private.diff
mach/lowlevellock.h
patch
|
blob
|
history
diff --git
a/mach/lowlevellock.h
b/mach/lowlevellock.h
index b872d0fe1e128055c3c49d2afd8c92d67f6bf17a..9798d153cf1863b612be200ea7f9485399fb11f0 100644
(file)
--- 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
(