From 9dd3e61fcc58a31991ce775a7c78383aa4419cee Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 12 Feb 2015 23:32:44 +0100 Subject: Rename __pthread_init into ___pthread_init To avoid clashing with the __pthread_init hook. * pthread/pt-initialize.c (__pthread_init): Rename into ___pthread_init. * pthread/pt-internal.h: Likewise. * sysdeps/mach/hurd/pt-sysdep.c: Likewise. --- pthread/pt-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread/pt-internal.h') 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. */ -- cgit v1.2.3