diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-12-07 15:47:45 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-12-07 15:47:45 +0000 |
commit | 7ef72229631670d01144bb185c19dc29f6771dc9 (patch) | |
tree | 92229d0bbd86bfdc7ca7b64639fe742859418d02 /lib/libpthread/man/Makefile.inc | |
parent | 4a1523fd5f20766a9c1957ae78690aa6ee0f2ae7 (diff) |
o point pthread_setcancel(type|state) manpages where they belong.
o remove functions from pthread_cancel(3).
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index baac6d38ebc..a2bebc43b48 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2001/08/19 03:35:31 pvalchev Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2001/12/07 15:47:44 fgsch Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -63,8 +63,6 @@ MLINKS+=flockfile.3 funlockfile.3 \ flockfile.3 ftrylockfile.3 \ pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \ pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 \ - pthread_cancel.3 pthread_setcancelstate.3 \ - pthread_cancel.3 pthread_setcanceltype.3 \ getc_unlocked.3 getchar_unlocked.3 \ putc_unlocked.3 putchar_unlocked.3 \ pthread_suspend_np.3 pthread_resume_np.3 \ @@ -84,5 +82,7 @@ MLINKS+=flockfile.3 funlockfile.3 \ pthread_mutexattr.3 pthread_mutexattr_setpshared.3 \ pthread_mutexattr.3 pthread_mutexattr_settype.3 \ pthread_schedparam.3 pthread_getschedparam.3 \ - pthread_schedparam.3 pthread_setschedparam.3 + pthread_schedparam.3 pthread_setschedparam.3 \ + pthread_testcancel.3 pthread_setcancelstate.3 \ + pthread_testcancel.3 pthread_setcanceltype.3 |