Switch sem_t from bionic atomics to stdatomic.h.

Bug: 17572887
Change-Id: If66851ba9b831cdd698b9f1303289bb14448bd03
This commit is contained in:
Yabin Cui
2015-01-30 12:30:08 -08:00
parent 7f17aea2fc
commit a3d97da4c5
2 changed files with 86 additions and 65 deletions

View File

@@ -36,7 +36,7 @@ __BEGIN_DECLS
struct timespec;
typedef struct {
volatile unsigned int count;
unsigned int count;
#ifdef __LP64__
int __reserved[3];
#endif