summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pt-rwlock-rdlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/pt-rwlock-rdlock.c')
-rw-r--r--sysdeps/generic/pt-rwlock-rdlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pt-rwlock-rdlock.c b/sysdeps/generic/pt-rwlock-rdlock.c
index 22c11204..d060c38f 100644
--- a/sysdeps/generic/pt-rwlock-rdlock.c
+++ b/sysdeps/generic/pt-rwlock-rdlock.c
@@ -21,7 +21,7 @@
#include <pt-internal.h>
/* Implemented in pt-rwlock-timedrdlock.c. */
-extern int __pthread_rwlock_timedrdlock_internal (struct __pthread_mutex *mutex,
+extern int __pthread_rwlock_timedrdlock_internal (struct __pthread_rwlock *mutex,
const struct timespec *abstime);
/* Acquire RWLOCK for reading, block if we can't get it. */