From 4e3f108e9bbd567e058f53be646b0ba2be1de8dd Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 6 Jan 2006 00:32:15 +0000 Subject: Merge from trunk. --- libpthread/linuxthreads.old/oldsemaphore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads.old/oldsemaphore.c') 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; } -- cgit v1.2.3