summaryrefslogtreecommitdiff
path: root/pthread/pt-internal.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-23 18:00:21 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-23 18:00:21 +0000
commit71dcdb6d0189761ecc27691932502eacdf7e6b2c (patch)
treee43907895b457d875f314ad26d153445c1071622 /pthread/pt-internal.h
parentccebcf4e6d0b42681cc78edbfd2d2adec674f7c7 (diff)
Rename __pthread_initialize into __pthread_init
The former conflicts with usage in glibc. * pthread/pt-initialize.c (__pthread_initialize): Rename into __pthread_init. * pthread/pt-internal.h (__pthread_initialize): Likewise. * sysdeps/l4/hurd/pt-sysdep.c (init_routine): Likewise. * sysdeps/mach/hurd/pt-sysdep.c (init_routine): Likewise.
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 a1e90aa..a1da377 100644
--- a/pthread/pt-internal.h
+++ b/pthread/pt-internal.h
@@ -188,7 +188,7 @@ extern struct __pthread *_pthread_self (void);
/* Initialize the pthreads library. */
-extern void __pthread_initialize (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. */