From: Ulrich Drepper Date: Thu, 12 Oct 2006 21:35:06 +0000 (+0000) Subject: Remove SEM_VALUE_MAX. X-Git-Tag: glibc-2.16-ports-before-merge~818 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d32d7858472c0537051fb1ddac931ae5f8c8495;p=thirdparty%2Fglibc.git Remove SEM_VALUE_MAX. --- diff --git a/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h b/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h index 6dadfda2061..be4469c69d8 100644 --- a/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h +++ b/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h @@ -26,9 +26,6 @@ /* Value returned if `sem_open' failed. */ #define SEM_FAILED ((sem_t *) 0) -/* Maximum value the semaphore can have. */ -#define SEM_VALUE_MAX (2147483647) - typedef union {