summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_create.3
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2008-12-18 09:30:32 +0000
committerguenther <guenther@openbsd.org>2008-12-18 09:30:32 +0000
commit91063d07156452ee17c2de7976871bc6f138c85a (patch)
treefc5394b2e63f04921cda830020d717f1ec3aa2c6 /lib/libpthread/man/pthread_create.3
parentsync (diff)
downloadwireguard-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.35
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 ,