Switch sem_t from bionic atomics to stdatomic.h.
Bug: 17572887 Change-Id: If66851ba9b831cdd698b9f1303289bb14448bd03
This commit is contained in:
@@ -36,7 +36,7 @@ __BEGIN_DECLS
|
||||
struct timespec;
|
||||
|
||||
typedef struct {
|
||||
volatile unsigned int count;
|
||||
unsigned int count;
|
||||
#ifdef __LP64__
|
||||
int __reserved[3];
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user