Remove SEM_VALUE_MAX.

This commit is contained in:
Ulrich Drepper 2006-10-12 21:35:06 +00:00
parent b24bde2d1b
commit 3d32d78584

View 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
{