diff options
author | ru <ru@FreeBSD.org> | 2000-02-18 13:21:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-02-18 13:21:16 +0000 |
commit | f7be466376e8fb2fe6ae93701cb3569fc0f7f717 (patch) | |
tree | 6e94a8c9e9ff21daf87e55d10a6f3f3036158a87 /lib/libpthread/man/Makefile.inc | |
parent | c58e3f1eda64e3437fe2a5f59369e3cfee4fbccb (diff) | |
download | FreeBSD-src-f7be466376e8fb2fe6ae93701cb3569fc0f7f717.zip FreeBSD-src-f7be466376e8fb2fe6ae93701cb3569fc0f7f717.tar.gz |
Fix the installworld breakage from rev 1.9.
Submitted by: reg
Reviewed by: ru
Approved by: jasone (rev 1.9)
Pointy hat to: unfurl
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index d69f059..cba81ca 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 |