aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bionic/stubs.c')
-rw-r--r--libc/bionic/stubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/bionic/stubs.c b/libc/bionic/stubs.c
index d4956747d..a01d64c2f 100644
--- a/libc/bionic/stubs.c
+++ b/libc/bionic/stubs.c
@@ -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;