Merge "Switch pthread_cond_t to <stdatomic.h>."

This commit is contained in:
Yabin Cui
2015-02-10 00:10:45 +00:00
committed by Gerrit Code Review
2 changed files with 59 additions and 39 deletions

View File

@@ -73,7 +73,7 @@ enum {
};
typedef struct {
int volatile value;
unsigned int value;
#ifdef __LP64__
char __reserved[44];
#endif