From: Ulrich Drepper Date: Thu, 12 Oct 2006 21:30:42 +0000 (+0000) Subject: Add SEM_VALUE_MAX. X-Git-Tag: glibc-2.16-ports-before-merge~819 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24bde2d1b674e80ac93bb416bb98fcc112ad287;p=thirdparty%2Fglibc.git Add SEM_VALUE_MAX. --- diff --git a/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h b/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h index e0718780cc4..9b27b1ff487 100644 --- a/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h +++ b/sysdeps/unix/sysv/linux/alpha/nptl/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)