am ade2a929: Merge "bionic: stubs: Make internal symbol static"
Merge commit 'ade2a92991d1c7edc32c4a300bd83d622fa1567d' into gingerbread-plus-aosp * commit 'ade2a92991d1c7edc32c4a300bd83d622fa1567d': bionic: stubs: Make internal symbol static
This commit is contained in:
commit
6ac5660e1c
@ -40,8 +40,8 @@
|
||||
/** Thread-specific state for the stubs functions
|
||||
**/
|
||||
|
||||
pthread_once_t the_once = PTHREAD_ONCE_INIT;
|
||||
pthread_key_t the_key;
|
||||
static pthread_once_t the_once = PTHREAD_ONCE_INIT;
|
||||
static pthread_key_t the_key;
|
||||
|
||||
typedef struct {
|
||||
struct passwd passwd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user