Remove SEM_VALUE_MAX.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Oct 2006 21:35:06 +0000 (21:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Oct 2006 21:35:06 +0000 (21:35 +0000)
sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h

index 6dadfda..be4469c 100644 (file)
@@ -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
 {