Adds missing symlinks for pthread related manpages.

PR:		16537
Submitted by:	AnarCat <beaupran@iro.umontreal.ca>
Approved by:	jasone
This commit is contained in:
Bill Swingle 2000-02-18 02:26:27 +00:00
parent 997d90be7a
commit 30fd3a5b2b
2 changed files with 6 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \