mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
.
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
/* 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user