diff options
| -rw-r--r-- | include/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread.h b/include/pthread.h index 36a5eff331f39..8e4dcfd58d1a4 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 *); |
