From de932366d43aba9a74010f4fb8b8da2f89cf1249 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Oct 2006 21:30:42 +0000 Subject: Add SEM_VALUE_MAX. --- nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl/sysdeps/unix/sysv/linux/alpha') diff --git a/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h b/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h index e0718780cc..9b27b1ff48 100644 --- a/nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h +++ b/nptl/sysdeps/unix/sysv/linux/alpha/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) -- cgit v1.2.3-70-g09d2