summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc_r/man/Makefile.inc9
-rw-r--r--lib/libpthread/man/Makefile.inc9
2 files changed, 8 insertions, 10 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc
index d69f059..cba81ca 100644
--- a/lib/libc_r/man/Makefile.inc
+++ b/lib/libc_r/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
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
OpenPOWER on IntegriCloud