diff options
author | 2005-10-12 16:00:35 +0000 | |
---|---|---|
committer | 2005-10-12 16:00:35 +0000 | |
commit | 4ba818b0e54c2796e7fca8857bf2a5dc919c99bd (patch) | |
tree | b9fecfe94ad28d0eec436da5de4eadf7a738b3d5 /lib/libpthread | |
parent | no need to call mfree() since m is always NULL; from Andrey Matveev (diff) | |
download | wireguard-openbsd-4ba818b0e54c2796e7fca8857bf2a5dc919c99bd.tar.xz wireguard-openbsd-4ba818b0e54c2796e7fca8857bf2a5dc919c99bd.zip |
remove MLINKS for pthread_mutexattr_{g,s}etpshared.3:
these functions seem never to have existed, and are certainly not
documented in pthread_mutexattr(3), the page to which they point.
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index 278372a3852..604c27760d2 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.19 2004/05/01 22:15:10 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.20 2005/10/12 16:00:35 jmc Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -87,11 +87,9 @@ MLINKS+=flockfile.3 funlockfile.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_getpshared.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_setpshared.3 \ pthread_mutexattr.3 pthread_mutexattr_settype.3 \ pthread_schedparam.3 pthread_getschedparam.3 \ pthread_schedparam.3 pthread_setschedparam.3 \ |