Switch pthread_cond_t to <stdatomic.h>.
Bug: 17574458 Change-Id: Ic7f79861df4fe751cfa6c6b20b71123cc31e7114
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