summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/join.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-06 00:32:15 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-06 00:32:15 +0000
commit4e3f108e9bbd567e058f53be646b0ba2be1de8dd (patch)
tree1a2ed0a309331ab848cbf017ed7e4c296472ee4e /libpthread/linuxthreads.old/join.c
parent4c607eb71e5bcd3997ea72333c2fe89fc4181b3e (diff)
downloaduClibc-alpine-4e3f108e9bbd567e058f53be646b0ba2be1de8dd.tar.bz2
uClibc-alpine-4e3f108e9bbd567e058f53be646b0ba2be1de8dd.tar.xz
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old/join.c')
-rw-r--r--libpthread/linuxthreads.old/join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/join.c b/libpthread/linuxthreads.old/join.c
index 5aeec6a20..a1172fa34 100644
--- a/libpthread/linuxthreads.old/join.c
+++ b/libpthread/linuxthreads.old/join.c
@@ -93,7 +93,7 @@ void pthread_exit(void * retval)
/* Function called by pthread_cancel to remove the thread from
waiting on a condition variable queue. */
-static int join_extricate_func(void *obj, pthread_descr th)
+static int join_extricate_func(void *obj, pthread_descr th attribute_unused)
{
volatile pthread_descr self = thread_self();
pthread_handle handle = obj;