From: Ulrich Drepper Date: Thu, 12 Oct 2006 21:35:06 +0000 (+0000) Subject: Remove SEM_VALUE_MAX. X-Git-Tag: upstream/2.30~10627^2~818 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d32d7858472c0537051fb1ddac931ae5f8c8495;p=external%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 6dadfda..be4469c 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 {