public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Add LLL_PRIVATE and LLL_SHARED
@ 2020-12-16  0:59 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2020-12-16  0:59 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=644d98ec4d8405e9b721ecb715483ea1983e116f

commit 644d98ec4d8405e9b721ecb715483ea1983e116f
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Dec 13 13:31:22 2020 +0000

    hurd: Add LLL_PRIVATE and LLL_SHARED

Diff:
---
 mach/lowlevellock.h | 3 +++
 1 file changed, 3 insertions(+)

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
 (


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-16  0:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16  0:59 [glibc] hurd: Add LLL_PRIVATE and LLL_SHARED Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).