From 5ea195692d4e18c3fe317bcc4428777d8adab3a3 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Fri, 11 Dec 2009 00:51:06 -0800 Subject: nptl: fix even more old style declarations Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c') diff --git a/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c b/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c index 863b0a029..5091bea87 100644 --- a/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c +++ b/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c @@ -27,8 +27,7 @@ int -__pthread_cond_signal (cond) - pthread_cond_t *cond; +__pthread_cond_signal (pthread_cond_t *cond) { /* Make sure we are alone. */ lll_mutex_lock (cond->__data.__lock); -- cgit v1.2.3