summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/specific.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-06-18 14:37:26 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-06-18 14:37:26 +0000
commit095240c022f9d51b4c1fdc0a737583192c49ec6a (patch)
treea488f92c3c0e465bbeba03a7a30c4ed7235726d2 /libpthread/linuxthreads.old/specific.c
parent5ffc30ac873a193b37e6f3bfde022b94fc6fab0d (diff)
downloaduClibc-alpine-095240c022f9d51b4c1fdc0a737583192c49ec6a.tar.bz2
uClibc-alpine-095240c022f9d51b4c1fdc0a737583192c49ec6a.tar.xz
Synch linuxthreads.old with trunk
Diffstat (limited to 'libpthread/linuxthreads.old/specific.c')
-rw-r--r--libpthread/linuxthreads.old/specific.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/specific.c b/libpthread/linuxthreads.old/specific.c
index 72409b30b..dd86148d8 100644
--- a/libpthread/linuxthreads.old/specific.c
+++ b/libpthread/linuxthreads.old/specific.c
@@ -134,7 +134,7 @@ void * pthread_getspecific(pthread_key_t key)
/* Call the destruction routines on all keys */
-void __pthread_destroy_specifics()
+void __pthread_destroy_specifics(void)
{
pthread_descr self = thread_self();
int i, j, round, found_nonzero;