summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/oldsemaphore.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-27 09:37:14 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-27 09:37:14 +0000
commit9acaf58149a23501ae138efce10f8944a20e214d (patch)
tree261742c79e7b55420b2e8d6dbbef073851aab4bc /libpthread/linuxthreads.old/oldsemaphore.c
parentb027080b40664e29d83456951ad3e3e519615c8d (diff)
kill off minor unused warnings
Diffstat (limited to 'libpthread/linuxthreads.old/oldsemaphore.c')
-rw-r--r--libpthread/linuxthreads.old/oldsemaphore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/oldsemaphore.c b/libpthread/linuxthreads.old/oldsemaphore.c
index 3a3b3d186..6817e8e7c 100644
--- a/libpthread/linuxthreads.old/oldsemaphore.c
+++ b/libpthread/linuxthreads.old/oldsemaphore.c
@@ -72,7 +72,7 @@ int __old_sem_init(old_sem_t *sem, int pshared, unsigned int value)
waiting inside __old_sem_wait. Here we simply unconditionally
indicate that the thread is to be woken, by returning 1. */
-static int old_sem_extricate_func(void *obj, pthread_descr th)
+static int old_sem_extricate_func(void *obj attribute_unused, pthread_descr th attribute_unused)
{
return 1;
}