summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 36a5eff..8e4dcfd 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -264,7 +264,7 @@ int pthread_rwlock_init(pthread_rwlock_t *,
int pthread_rwlock_rdlock(pthread_rwlock_t *);
int pthread_rwlock_timedrdlock(pthread_rwlock_t *,
const struct timespec *);
-int pthread_rwlock_timedrwlock(pthread_rwlock_t *,
+int pthread_rwlock_timedwrlock(pthread_rwlock_t *,
const struct timespec *);
int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
int pthread_rwlock_trywrlock(pthread_rwlock_t *);
OpenPOWER on IntegriCloud