summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
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/powerpc/bits/local_lim.h
parent3f7a21a9c6057de0c5c76433fdccc7e09bad0f99 (diff)
Add SEM_VALUE_MAX.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
index ab95fb57ee..02e2d17343 100644
--- a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
+++ b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
@@ -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)