summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_attr_getstack.3
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-07-09 08:51:28 +0000
committerjruoho <jruoho@NetBSD.org>2010-07-09 08:51:28 +0000
commit9c4ae7f5c2fef0e300beb637a5dd6fc26ce31b37 (patch)
treea34b541b6cd33c3b423892b99d84b5a6a64048d8 /lib/libpthread/pthread_attr_getstack.3
parentb4d7d4fbfb775f9d89ff19c2cf970c487c92ad3f (diff)
Update conformance to the 2001 revision.
Diffstat (limited to 'lib/libpthread/pthread_attr_getstack.3')
-rw-r--r--lib/libpthread/pthread_attr_getstack.325
1 files changed, 8 insertions, 17 deletions
diff --git a/lib/libpthread/pthread_attr_getstack.3 b/lib/libpthread/pthread_attr_getstack.3
index a1c0a802822..aa4ad4bb37e 100644
--- a/lib/libpthread/pthread_attr_getstack.3
+++ b/lib/libpthread/pthread_attr_getstack.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr_getstack.3,v 1.2 2010/07/07 12:49:15 jruoho Exp $
+.\" $NetBSD: pthread_attr_getstack.3,v 1.3 2010/07/09 08:51:28 jruoho Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <jruohonen@iki.fi>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 7, 2010
+.Dd July 9, 2010
.Dt PTHREAD_ATTR_GETSTACK 3
.Os
.Sh NAME
@@ -161,21 +161,12 @@ or exceeds some system-imposed limit.
.Xr pthread_attr 3 ,
.Xr pthread_attr_setguardsize 3
.Sh STANDARDS
-The
-.Fn pthread_attr_getstack
-and
-.Fn pthread_attr_setstack
-functions as well as
-.Fn pthread_attr_getstacksize
-and
-.Fn pthread_attr_setstacksize
-conform to
-.St -p1003.1-2008 .
-The
+All described functions conform to
+.St -p1003.1-2001 .
+Note that
.Fn pthread_attr_getstackaddr
and
.Fn pthread_attr_setstackaddr
-conform to
-.St -p1003.1-2004 ,
-where these were marked as obsolescent.
-The 2008 revision removed these two functions from the specification.
+were however removed from the specification in the
+.St -p1003.1-2008
+revision.