aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/pthread.c')
-rw-r--r--src/libthread/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/pthread.c b/src/libthread/pthread.c
index 77f97a4f..8ca8f8f1 100644
--- a/src/libthread/pthread.c
+++ b/src/libthread/pthread.c
@@ -101,7 +101,7 @@ _threadsetproc(Proc *p)
}
void
-pthreadinit(void)
+_pthreadinit(void)
{
pthread_key_create(&prockey, 0);
}