mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
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
Block a user