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_rwlock_rdlock.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c') diff --git a/libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c b/libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c index e225d7030..2fdcc49f9 100644 --- a/libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c +++ b/libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c @@ -26,8 +26,7 @@ /* Acquire read lock for RWLOCK. */ int -__pthread_rwlock_rdlock (rwlock) - pthread_rwlock_t *rwlock; +__pthread_rwlock_rdlock (pthread_rwlock_t *rwlock) { int result = 0; -- cgit v1.2.3