summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setstack.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setstack.3')
-rw-r--r--man3/pthread_attr_setstack.315
1 files changed, 7 insertions, 8 deletions
diff --git a/man3/pthread_attr_setstack.3 b/man3/pthread_attr_setstack.3
index 7ce31c9bf..78c2ff460 100644
--- a/man3/pthread_attr_setstack.3
+++ b/man3/pthread_attr_setstack.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH pthread_attr_setstack 3 2022-12-15 "Linux man-pages 6.03"
+.TH pthread_attr_setstack 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
pthread_attr_setstack, pthread_attr_getstack \- set/get stack
attributes in thread attributes object
@@ -89,28 +89,27 @@ error if the stack area described by
and
.I stacksize
is not both readable and writable by the caller.
-.SH VERSIONS
-These functions are provided since glibc 2.2.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR pthread_attr_setstack (),
.BR pthread_attr_getstack ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
+POSIX.1-2008.
+.SH HISTORY
+glibc 2.2.
+POSIX.1-2001.
.SH NOTES
These functions are provided for applications that must ensure that
a thread's stack is placed in a particular location.