am 6ac5660e: am ade2a929: Merge "bionic: stubs: Make internal symbol static"

Merge commit '6ac5660e1c8fc9934d11ed675771063624ac1b4b'

* commit '6ac5660e1c8fc9934d11ed675771063624ac1b4b':
  bionic: stubs: Make internal symbol static
This commit is contained in:
Jean-Baptiste Queru 2010-10-21 13:48:14 -07:00 committed by Android Git Automerger
commit f97ce8cb7b

View file

@ -40,8 +40,8 @@
/** Thread-specific state for the stubs functions /** Thread-specific state for the stubs functions
**/ **/
pthread_once_t the_once = PTHREAD_ONCE_INIT; static pthread_once_t the_once = PTHREAD_ONCE_INIT;
pthread_key_t the_key; static pthread_key_t the_key;
typedef struct { typedef struct {
struct passwd passwd; struct passwd passwd;