POSIX.1-2008 removes the specifications of makecontext() and swapcontext().

This commit is contained in:
Michael Kerrisk 2008-08-06 12:24:39 +00:00
parent 712ad842d8
commit 6a8e41e9a8
1 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" 2006-08-02, mtk, Added example program
.\"
.TH MAKECONTEXT 3 2008-06-14 "GNU" "Linux Programmer's Manual"
.TH MAKECONTEXT 3 2008-08-06 "GNU" "Linux Programmer's Manual"
.SH NAME
makecontext, swapcontext \- manipulate user context
.SH SYNOPSIS
@ -101,8 +101,10 @@ and
are provided in glibc since version 2.1.
.SH "CONFORMING TO"
SUSv2, POSIX.1-2001.
.\" FIXME . Mar 08: The next POSIX.1 revision removes makecontext()
.\" and swapcontext().
POSIX.1-2008 removes the specifications of
.BR makecontext ()
and
.BR swapcontext ().
.SH NOTES
The interpretation of \fIucp\->uc_stack\fP is just as in
.BR sigaltstack (2),