* commit 'ed4e01f7060b80e62d4936068d0cda1b76ab4650': Reserve some space in sem_t for the future.
This commit is contained in:
@@ -34,6 +34,9 @@ __BEGIN_DECLS
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
volatile unsigned int count;
|
volatile unsigned int count;
|
||||||
|
#ifdef __LP64__
|
||||||
|
int __reserved[3];
|
||||||
|
#endif
|
||||||
} sem_t;
|
} sem_t;
|
||||||
|
|
||||||
#define SEM_FAILED NULL
|
#define SEM_FAILED NULL
|
||||||
|
Reference in New Issue
Block a user