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