aboutsummaryrefslogtreecommitdiffstats
path: root/man3/makecontext.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/makecontext.3')
-rw-r--r--man3/makecontext.313
1 files changed, 4 insertions, 9 deletions
diff --git a/man3/makecontext.3 b/man3/makecontext.3
index ad426fa58d..c46fb8708c 100644
--- a/man3/makecontext.3
+++ b/man3/makecontext.3
@@ -109,17 +109,12 @@ T}
.hy
.ad
.sp 1
-.SH VERSIONS
-.BR makecontext ()
-and
-.BR swapcontext ()
-are provided since glibc 2.1.
.SH STANDARDS
+None.
+.SH HISTORY
+glibc 2.1.
SUSv2, POSIX.1-2001.
-POSIX.1-2008 removes the specifications of
-.BR makecontext ()
-and
-.BR swapcontext (),
+Removed in POSIX.1-2008,
citing portability issues, and
recommending that applications be rewritten to use POSIX threads instead.
.SH NOTES