* commit '71ee6889457eb238c6a1bcbba5ecf0587f8b71c8': 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