diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 14:37:26 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 14:37:26 +0000 |
commit | 095240c022f9d51b4c1fdc0a737583192c49ec6a (patch) | |
tree | a488f92c3c0e465bbeba03a7a30c4ed7235726d2 /libpthread/linuxthreads.old/libc_pthread_init.c | |
parent | 5ffc30ac873a193b37e6f3bfde022b94fc6fab0d (diff) | |
download | uClibc-alpine-095240c022f9d51b4c1fdc0a737583192c49ec6a.tar.bz2 uClibc-alpine-095240c022f9d51b4c1fdc0a737583192c49ec6a.tar.xz |
Synch linuxthreads.old with trunk
Diffstat (limited to 'libpthread/linuxthreads.old/libc_pthread_init.c')
-rw-r--r-- | libpthread/linuxthreads.old/libc_pthread_init.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libpthread/linuxthreads.old/libc_pthread_init.c b/libpthread/linuxthreads.old/libc_pthread_init.c index 0ef3b47fc..09606effb 100644 --- a/libpthread/linuxthreads.old/libc_pthread_init.c +++ b/libpthread/linuxthreads.old/libc_pthread_init.c @@ -24,7 +24,7 @@ #include "internals.h" #include "sysdeps/pthread/pthread-functions.h" -libc_hidden_proto(memcpy) +/* Experimentally off - libc_hidden_proto(memcpy) */ #if !(USE_TLS && HAVE___THREAD) && defined __UCLIBC_HAS_XLOCALE__ libc_hidden_proto(uselocale) @@ -32,9 +32,7 @@ libc_hidden_proto(uselocale) int __libc_multiple_threads attribute_hidden __attribute__((nocommon)); -int * -__libc_pthread_init (functions) - const struct pthread_functions *functions; +int * __libc_pthread_init (const struct pthread_functions *functions) { #ifdef SHARED /* We copy the content of the variable pointed to by the FUNCTIONS |