diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:38:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:38:48 +0000 |
commit | 22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (patch) | |
tree | fc5a38e208ec108f56afffc16f05c640e740cc20 /lib/libpthread | |
parent | c18d4a3d864d24448fec6853ae70834f8dae3a40 (diff) |
for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 45 |
1 files changed, 1 insertions, 44 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index 50c531fedd3..4fb60aad301 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.35 2014/07/16 20:02:17 okan Exp $ +# $OpenBSD: Makefile.inc,v 1.36 2016/03/30 06:38:42 jmc Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -78,46 +78,3 @@ MAN+= pthreads.3 \ flockfile.3 \ getc_unlocked.3 \ putc_unlocked.3 - -MLINKS+=flockfile.3 funlockfile.3 \ - flockfile.3 ftrylockfile.3 \ - pthread_rwlock_rdlock.3 pthread_rwlock_timedrdlock.3 \ - pthread_rwlock_wrlock.3 pthread_rwlock_timedwrlock.3 \ - pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \ - pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 \ - getc_unlocked.3 getchar_unlocked.3 \ - putc_unlocked.3 putchar_unlocked.3 \ - pthread_attr_init.3 pthread_attr_destroy.3 \ - pthread_attr_setstack.3 pthread_attr_getstack.3 \ - pthread_attr_setstackaddr.3 pthread_attr_getstackaddr.3 \ - pthread_attr_setstacksize.3 pthread_attr_getstacksize.3 \ - pthread_attr_setguardsize.3 pthread_attr_getguardsize.3 \ - pthread_attr_setdetachstate.3 pthread_attr_getdetachstate.3 \ - pthread_barrier_init.3 pthread_barrier_destroy.3 \ - pthread_barrierattr_init.3 pthread_barrierattr_destroy.3 \ - pthread_barrierattr_getpshared.3 pthread_barrierattr_setpshared.3 \ - pthread_condattr_init.3 pthread_condattr_destroy.3 \ - pthread_condattr_init.3 pthread_condattr_setclock.3 \ - pthread_condattr_init.3 pthread_condattr_getclock.3 \ - pthread_mutex_lock.3 pthread_mutex_timedlock.3 \ - pthread_mutex_lock.3 pthread_mutex_trylock.3 \ - pthread_mutexattr.3 pthread_mutexattr_init.3 \ - pthread_mutexattr.3 pthread_mutexattr_destroy.3 \ - pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \ - pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \ - pthread_mutexattr.3 pthread_mutexattr_gettype.3 \ - pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \ - pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \ - pthread_mutexattr.3 pthread_mutexattr_settype.3 \ - pthread_schedparam.3 pthread_getschedparam.3 \ - pthread_schedparam.3 pthread_setschedparam.3 \ - pthread_spin_init.3 pthread_spin_destroy.3 \ - pthread_spin_lock.3 pthread_spin_trylock.3 \ - pthread_testcancel.3 pthread_setcancelstate.3 \ - pthread_testcancel.3 pthread_setcanceltype.3 \ - pthread_getconcurrency.3 pthread_setconcurrency.3 \ - sched_get_priority_min.3 sched_get_priority_max.3 \ - sem_open.3 sem_close.3 \ - sem_open.3 sem_unlink.3 \ - sem_wait.3 sem_timedwait.3 \ - sem_wait.3 sem_trywait.3 |