From 00ebae02f6ca670bf25be06f581bd36d0088f357 Mon Sep 17 00:00:00 2001 From: austinf Date: Wed, 18 Mar 2009 23:05:54 +0000 Subject: fix compilation of linuxthreads for sparc add myself to MAINTAINERS for sparc --- libpthread/linuxthreads/libc_pthread_init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpthread/linuxthreads/libc_pthread_init.c') diff --git a/libpthread/linuxthreads/libc_pthread_init.c b/libpthread/linuxthreads/libc_pthread_init.c index 30490de27..49c734bca 100644 --- a/libpthread/linuxthreads/libc_pthread_init.c +++ b/libpthread/linuxthreads/libc_pthread_init.c @@ -33,6 +33,10 @@ /* libc_hidden_proto(uselocale) */ #endif +int __libc_multiple_threads attribute_hidden __attribute__((nocommon)); +strong_alias (__libc_multiple_threads, __librt_multiple_threads) + + int * __libc_pthread_init (functions) const struct pthread_functions *functions; -- cgit v1.2.3