git-SEM_VALUE_MAX
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 27 May 2025 10:40:04 +0000 (11:40 +0100)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 27 May 2025 10:40:04 +0000 (11:40 +0100)
Commited in 2.32

commit 5e77ec7c6e64d67f048caa5d4dd81f10fca3dffc
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Feb 9 22:44:08 2020 +0000

    htl: Add support for semaphore maximum value

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-SEM_VALUE_MAX.diff

sysdeps/mach/hurd/bits/local_lim.h

index 348eee74bb0d79fea464ce8b2fd5420f7119c3ef..8e781e4965f7a7758c587da505a008592da84bd0 100644 (file)
@@ -41,3 +41,6 @@
 
 /* The number of threads per process.  */
 #define _POSIX_THREAD_THREADS_MAX      64
+
+/* Maximum value the semaphore can have.  */
+#define SEM_VALUE_MAX   (2147483647)