summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-02-18 13:21:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-02-18 13:21:16 +0000
commita02c8fe57505fc231ee527acd1c488418846b10c (patch)
tree61d6c20daeff3a341d2741a9f2b8c8d2b8bccf5e /lib/libpthread
parentea70950eccdf41e6ec62ff8f942c1926976f8063 (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/Makefile.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index d69f059b92b3..cba81ca86e2d 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -37,9 +37,6 @@ 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 \
@@ -49,8 +46,10 @@ MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \
sem_post.3 \
sem_wait.3
-MLINKS+= pthread_cancel.3 pthread_setcancelstate.3 \
- pthread_cancel.3 pthread_getcancelstate.3 \
+MLINKS+= pthread_cancel.3 pthread_getcancelstate.3 \
+ pthread_cancel.3 pthread_setcancelstate.3 \
+ pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \
+ pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 \
sem_open.3 sem_close.3 \
sem_open.3 sem_unlink.3 \
sem_wait.3 sem_trywait.3