mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo, function name pthread_rwlock_timedrwlock should be
pthread_rwlock_timedwrlock.
This commit is contained in:
parent
b531f2c07b
commit
792d9d0376
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue