mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
Add SEM_VALUE_MAX.
This commit is contained in:
parent
23cd7e446d
commit
b24bde2d1b
@ -87,3 +87,6 @@
|
||||
|
||||
/* Maximum message queue priority level. */
|
||||
#define MQ_PRIO_MAX 32768
|
||||
|
||||
/* Maximum value the semaphore can have. */
|
||||
#define SEM_VALUE_MAX (2147483647)
|
||||
|
Loading…
Reference in New Issue
Block a user