about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-10-12 21:30:42 +0000
committerUlrich Drepper <drepper@redhat.com>2006-10-12 21:30:42 +0000
commitde932366d43aba9a74010f4fb8b8da2f89cf1249 (patch)
tree12db1b9b0fff0a94280c66e3f0267741592b4f75 /nptl/sysdeps/unix/sysv/linux/bits
parent3f7a21a9c6057de0c5c76433fdccc7e09bad0f99 (diff)
downloadglibc-de932366d43aba9a74010f4fb8b8da2f89cf1249.tar.gz
glibc-de932366d43aba9a74010f4fb8b8da2f89cf1249.tar.xz
glibc-de932366d43aba9a74010f4fb8b8da2f89cf1249.zip
Add SEM_VALUE_MAX.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/bits')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/bits/local_lim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h b/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
index b639ba44af..4b7b29787e 100644
--- a/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
+++ b/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
@@ -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)