From f14c584876271f474025fc06b3dc66ce798bcacb Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Wed, 17 Feb 2010 18:44:35 -0800 Subject: compile fixes for i386 nptl Signed-off-by: Austin Foxley --- libpthread/nptl/pthreadP.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libpthread/nptl/pthreadP.h') diff --git a/libpthread/nptl/pthreadP.h b/libpthread/nptl/pthreadP.h index 8124c6640..85601d435 100644 --- a/libpthread/nptl/pthreadP.h +++ b/libpthread/nptl/pthreadP.h @@ -371,13 +371,11 @@ hidden_proto (__nptl_death_event) #ifdef TLS_MULTIPLE_THREADS_IN_TCB extern void __libc_pthread_init (unsigned long int *ptr, void (*reclaim) (void), - const struct pthread_functions *functions) - internal_function; + const struct pthread_functions *functions); #else extern int *__libc_pthread_init (unsigned long int *ptr, void (*reclaim) (void), - const struct pthread_functions *functions) - internal_function; + const struct pthread_functions *functions); /* Variable set to a nonzero value if more than one thread runs or ran. */ extern int __pthread_multiple_threads attribute_hidden; -- cgit v1.2.3