]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add SEM_VALUE_MAX.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Oct 2006 21:30:42 +0000 (21:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Oct 2006 21:30:42 +0000 (21:30 +0000)
nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h
nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
nptl/sysdeps/unix/sysv/linux/ia64/bits/local_lim.h
nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h

index e0718780cc4b84e537fb15aec59978d396f13cc3..9b27b1ff487fb6a0fc4c5fd35715b26f1cb87bbd 100644 (file)
@@ -87,3 +87,6 @@
 
 /* Maximum message queue priority level.  */
 #define MQ_PRIO_MAX            32768
+
+/* Maximum value the semaphore can have.  */
+#define SEM_VALUE_MAX   (2147483647)
index b639ba44af88f965632bfeeac8772298d66b6faa..4b7b29787e97244e11fa7812b416ca598690ad04 100644 (file)
@@ -87,3 +87,6 @@
 
 /* Maximum message queue priority level.  */
 #define MQ_PRIO_MAX            32768
+
+/* Maximum value the semaphore can have.  */
+#define SEM_VALUE_MAX   (2147483647)
index f837250b95d19b0c0847ca2b15d8f0a206ab8bc1..83db31efcbe05a86b9c7edd54db9c45a28de1c0f 100644 (file)
@@ -87,3 +87,6 @@
 
 /* Maximum message queue priority level.  */
 #define MQ_PRIO_MAX            32768
+
+/* Maximum value the semaphore can have.  */
+#define SEM_VALUE_MAX   (2147483647)
index ab95fb57ee46fb71de09cb2c0f3f2f8fb05e7456..02e2d17343d6c0e1cd0268c1fa39a9898e775788 100644 (file)
@@ -88,3 +88,6 @@
 
 /* Maximum message queue priority level.  */
 #define MQ_PRIO_MAX            32768
+
+/* Maximum value the semaphore can have.  */
+#define SEM_VALUE_MAX   (2147483647)
index e082ea8f049cf0b28de47194c5a53dfd04bc1361..2576f121c34a2e7754df9d40ed4ad35b7fb6d69b 100644 (file)
@@ -87,3 +87,6 @@
 
 /* Maximum message queue priority level.  */
 #define MQ_PRIO_MAX            32768
+
+/* Maximum value the semaphore can have.  */
+#define SEM_VALUE_MAX   (2147483647)