Switch pthread_cond_t to <stdatomic.h>.

Bug: 17574458
Change-Id: Ic7f79861df4fe751cfa6c6b20b71123cc31e7114
This commit is contained in:
Yabin Cui
2015-01-29 12:13:33 -08:00
parent 7f17aea2fc
commit e5f816c017
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