summaryrefslogtreecommitdiff
path: root/pthread/pt-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread/pt-internal.h')
-rw-r--r--pthread/pt-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h
index fb9267e..84964bf 100644
--- a/pthread/pt-internal.h
+++ b/pthread/pt-internal.h
@@ -205,7 +205,7 @@ extern struct __pthread *_pthread_self (void);
/* Initialize the pthreads library. */
-extern void __pthread_init (void);
+extern void ___pthread_init (void);
/* Internal version of pthread_create. Rather than return the new
tid, we return the whole __pthread structure in *PTHREAD. */