diff options
Diffstat (limited to 'sysdeps/generic/pt-rwlock-wrlock.c')
-rw-r--r-- | sysdeps/generic/pt-rwlock-wrlock.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/generic/pt-rwlock-wrlock.c b/sysdeps/generic/pt-rwlock-wrlock.c index d02036a..ed129a8 100644 --- a/sysdeps/generic/pt-rwlock-wrlock.c +++ b/sysdeps/generic/pt-rwlock-wrlock.c @@ -22,8 +22,10 @@ #include <pt-internal.h> /* Implemented in pt-rwlock-timedwrlock.c. */ -extern int __pthread_rwlock_timedwrlock_internal (struct __pthread_rwlock *rwlock, - const struct timespec *abstime); +extern int __pthread_rwlock_timedwrlock_internal (struct __pthread_rwlock + *rwlock, + const struct timespec + *abstime); /* Acquire RWLOCK for writing. */ int |