]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 6dadfda20615dd31304de4e63014aad45116a231..be4469c69d81ded80ea463e98f97e2e93d86d775 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
 {