mirror of git://sourceware.org/git/glibc.git
Remove SEM_VALUE_MAX.
This commit is contained in:
parent
b24bde2d1b
commit
3d32d78584
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue