summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-01-08 11:07:13 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-01-08 11:07:13 +0000
commite523e1e690a304b6140ecf3fffbabb923ad9acd4 (patch)
treed3aa83072a41b70591386c2d1675a24ebbb8e499 /include
parent07cfcb7755c7ac6a795d2a8b0eac7d2e06cb388a (diff)
downloadFreeBSD-src-e523e1e690a304b6140ecf3fffbabb923ad9acd4.zip
FreeBSD-src-e523e1e690a304b6140ecf3fffbabb923ad9acd4.tar.gz
Fix typo, function name pthread_rwlock_timedrwlock should be
pthread_rwlock_timedwrlock.
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