about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/bits/local_lim.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/bits/local_lim.h')
-rw-r--r--sysdeps/mach/hurd/bits/local_lim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/bits/local_lim.h b/sysdeps/mach/hurd/bits/local_lim.h
index 348eee74bb..8e781e4965 100644
--- a/sysdeps/mach/hurd/bits/local_lim.h
+++ b/sysdeps/mach/hurd/bits/local_lim.h
@@ -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)