Merge "Switch pthread_cond_t to <stdatomic.h>."
This commit is contained in:
@@ -73,7 +73,7 @@ enum {
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
int volatile value;
|
||||
unsigned int value;
|
||||
#ifdef __LP64__
|
||||
char __reserved[44];
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user