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_timedrdlock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c') diff --git a/libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c b/libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c index 80ea83a3d..8503788c2 100644 --- a/libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c +++ b/libpthread/nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c @@ -26,9 +26,9 @@ /* Try to acquire read lock for RWLOCK or return after specfied time. */ int -pthread_rwlock_timedrdlock (rwlock, abstime) - pthread_rwlock_t *rwlock; - const struct timespec *abstime; +pthread_rwlock_timedrdlock ( + pthread_rwlock_t *rwlock, + const struct timespec *abstime) { int result = 0; -- cgit v1.2.3