Adds missing symlinks for pthread related manpages.
PR: 16537 Submitted by: AnarCat <beaupran@iro.umontreal.ca> Approved by: jasone
This commit is contained in:
parent
997d90be7a
commit
30fd3a5b2b
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user