diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-01-08 11:07:13 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-01-08 11:07:13 +0000 |
| commit | 792d9d0376843cb4a04aeb79e49ede19d9579dde (patch) | |
| tree | d3aa83072a41b70591386c2d1675a24ebbb8e499 /include/pthread.h | |
| parent | b531f2c07b3ef28a2ed8d5d9672a1880738a0994 (diff) | |
Notes
Diffstat (limited to 'include/pthread.h')
| -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 36a5eff331f3..8e4dcfd58d1a 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 *); |
