Refresh android-20 headers/libs
bionic: adfc007dbf936bd021d79ba2d2c360a3cfc77be9 5/19 2014 Change-Id: I4836f04d9b5b68abe7896e246c9dffa2e175e4ca
This commit is contained in:
@@ -33,10 +33,13 @@
|
||||
__BEGIN_DECLS
|
||||
|
||||
typedef struct {
|
||||
volatile unsigned int count;
|
||||
volatile unsigned int count;
|
||||
#ifdef __LP64__
|
||||
int __reserved[3];
|
||||
#endif
|
||||
} sem_t;
|
||||
|
||||
#define SEM_FAILED NULL
|
||||
#define SEM_FAILED NULL
|
||||
|
||||
extern int sem_init(sem_t *sem, int pshared, unsigned int value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user