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)
sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h

index e071878..9b27b1f 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)