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