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/pthread_create.3 | |
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/pthread_create.3')
-rw-r--r-- | lib/libpthread/man/pthread_create.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 87833f5c736..8e9be64e3c6 100644 --- a/lib/libpthread/man/pthread_create.3 +++ b/lib/libpthread/man/pthread_create.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_create.3,v 1.12 2008/07/05 10:43:07 jmc Exp $ +.\" $OpenBSD: pthread_create.3,v 1.13 2008/12/18 09:30:32 guenther Exp $ .\" .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: pthread_create.3,v 1.8 1999/08/28 00:03:04 peter Exp $ .\" -.Dd $Mdocdate: July 5 2008 $ +.Dd $Mdocdate: December 18 2008 $ .Dt PTHREAD_CREATE 3 .Os .Sh NAME @@ -111,6 +111,7 @@ is invalid. .Xr fork 2 , .Xr pthread_attr_init 3 , .Xr pthread_attr_setdetachstate 3 , +.Xr pthread_attr_setguardsize 3 , .Xr pthread_attr_setstack 3 , .Xr pthread_attr_setstackaddr 3 , .Xr pthread_attr_setstacksize 3 , |