Fix typo, function name pthread_rwlock_timedrwlock should be
pthread_rwlock_timedwrlock.
This commit is contained in:
parent
b531f2c07b
commit
792d9d0376
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user