From 3d32d7858472c0537051fb1ddac931ae5f8c8495 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Oct 2006 21:35:06 +0000 Subject: [PATCH] Remove SEM_VALUE_MAX. --- sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h | 3 --- 1 file changed, 3 deletions(-) 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 { -- 2.7.4