summaryrefslogtreecommitdiff
path: root/pthread
diff options
context:
space:
mode:
Diffstat (limited to 'pthread')
-rw-r--r--pthread/pt-initialize.c2
-rw-r--r--pthread/pt-internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/pthread/pt-initialize.c b/pthread/pt-initialize.c
index fc4e137..a99cc59 100644
--- a/pthread/pt-initialize.c
+++ b/pthread/pt-initialize.c
@@ -69,7 +69,7 @@ static const struct pthread_functions pthread_functions =
/* Initialize the pthreads library. */
void
-__pthread_init (void)
+___pthread_init (void)
{
#if IS_IN (libpthread)
__libc_pthread_init(&pthread_functions);
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. */