fixed missing trailing \
Submitted by: Thimble Smith <tim@mysql.com>
This commit is contained in:
parent
575e32d8e0
commit
bef8b9835b
@ -39,7 +39,7 @@ MAN3+= pthread_cancel.3 \
|
||||
pthread_self.3 \
|
||||
|
||||
MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
|
||||
MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
|
||||
MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \
|
||||
pthread_setspecific.3 \
|
||||
pthread_testcancel.3 \
|
||||
sem_destroy.3 \
|
||||
|
@ -39,7 +39,7 @@ MAN3+= pthread_cancel.3 \
|
||||
pthread_self.3 \
|
||||
|
||||
MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
|
||||
MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
|
||||
MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \
|
||||
pthread_setspecific.3 \
|
||||
pthread_testcancel.3 \
|
||||
sem_destroy.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user