pthread_attr_setstack.3: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 10:40:07 +02:00
parent 7b760db9ea
commit 0cd759e76b
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ or
.IR "stackaddr\ +\ stacksize"
is not suitably aligned.
.PP
POSIX.1-2001 also documents an
POSIX.1 also documents an
.BR EACCES
error if the stack area described by
.I stackaddr
@ -123,7 +123,7 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008.
.SH NOTES
These functions are provided for applications that must ensure that
a thread's stack is placed in a particular location.