aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBill Swingle <unfurl@FreeBSD.org>2000-02-18 02:26:27 +0000
committerBill Swingle <unfurl@FreeBSD.org>2000-02-18 02:26:27 +0000
commit30fd3a5b2b114e03896599bd2aec735a3c77b71d (patch)
treee8890a53fb2135ce77d3e541f8a0d5f20d3bdffd /lib
parent997d90be7ac5c2e483eea352f4c869167eabcb8f (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/man/Makefile.inc3
-rw-r--r--lib/libpthread/man/Makefile.inc3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc
index fbcbd4ef8cba..e0f22ac1ebf3 100644
--- a/lib/libc_r/man/Makefile.inc
+++ b/lib/libc_r/man/Makefile.inc
@@ -37,6 +37,9 @@ MAN3+= pthread_cancel.3 \
pthread_rwlockattr_init.3 \
pthread_rwlockattr_setpshared.3 \
pthread_self.3 \
+
+MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
+MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
pthread_setspecific.3 \
pthread_testcancel.3 \
sem_destroy.3 \
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index fbcbd4ef8cba..e0f22ac1ebf3 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -37,6 +37,9 @@ MAN3+= pthread_cancel.3 \
pthread_rwlockattr_init.3 \
pthread_rwlockattr_setpshared.3 \
pthread_self.3 \
+
+MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
+MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
pthread_setspecific.3 \
pthread_testcancel.3 \
sem_destroy.3 \