makecontext.3: Note that POSIX.1-2008 recommends the use of POSIX threads instead

Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-03-15 07:47:36 +13:00
parent bd314baf09
commit 867a8f5dfc
1 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,9 @@ SUSv2, POSIX.1-2001.
POSIX.1-2008 removes the specifications of
.BR makecontext ()
and
.BR swapcontext ().
.BR swapcontext (),
citing portability issues, and
recommending that applications be rewritten to use POSIX threads instead.
.SH NOTES
The interpretation of \fIucp\->uc_stack\fP is just as in
.BR sigaltstack (2),