summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/libc_pthread_init.c
diff options
context:
space:
mode:
authoraustinf <austinf@localhost>2009-03-18 23:05:54 +0000
committeraustinf <austinf@localhost>2009-03-18 23:05:54 +0000
commit00ebae02f6ca670bf25be06f581bd36d0088f357 (patch)
treea1782f34c1489e0f2621af50a23ea0aacd7322ef /libpthread/linuxthreads/libc_pthread_init.c
parente72856950a9baa76ed41fb8d684cb13375daf48e (diff)
fix compilation of linuxthreads for sparc
add myself to MAINTAINERS for sparc
Diffstat (limited to 'libpthread/linuxthreads/libc_pthread_init.c')
-rw-r--r--libpthread/linuxthreads/libc_pthread_init.c4
1 files changed, 4 insertions, 0 deletions
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;