diff options
author | 2008-12-18 09:30:32 +0000 | |
---|---|---|
committer | 2008-12-18 09:30:32 +0000 | |
commit | 91063d07156452ee17c2de7976871bc6f138c85a (patch) | |
tree | fc5394b2e63f04921cda830020d717f1ec3aa2c6 /lib/libpthread/man/Makefile.inc | |
parent | sync (diff) | |
download | wireguard-openbsd-91063d07156452ee17c2de7976871bc6f138c85a.tar.xz wireguard-openbsd-91063d07156452ee17c2de7976871bc6f138c85a.zip |
Add pthread_attr_[sg]etguardsize() to match rthread, including manpages
Bump lib minor
ok otto@ kurt@ marc@; doc review by jmc@
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index bfa2dbda449..327457260ac 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.22 2008/07/05 08:03:57 guenther Exp $ +# $OpenBSD: Makefile.inc,v 1.23 2008/12/18 09:30:32 guenther Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -11,6 +11,7 @@ MAN+= \ pthread_attr_setstack.3 \ pthread_attr_setstackaddr.3 \ pthread_attr_setstacksize.3 \ + pthread_attr_setguardsize.3 \ pthread_attr_setdetachstate.3 \ pthread_cleanup_pop.3 \ pthread_cleanup_push.3 \ @@ -85,6 +86,7 @@ MLINKS+=flockfile.3 funlockfile.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_mutexattr.3 pthread_mutexattr_init.3 \ pthread_mutexattr.3 pthread_mutexattr_destroy.3 \ |