Module Name: src
Committed By: riz
Date: Mon May 7 16:49:49 UTC 2012
Modified Files:
src/lib/libc/gen [netbsd-6]: makecontext.3
Log Message:
Pull up following revision(s) (requested by joerg in ticket #223):
lib/libc/gen/makecontext.3: revision 1.10
Drop obsolete pthread restriction.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.8.1 src/lib/libc/gen/makecontext.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/makecontext.3
diff -u src/lib/libc/gen/makecontext.3:1.9 src/lib/libc/gen/makecontext.3:1.9.8.1
--- src/lib/libc/gen/makecontext.3:1.9 Thu Apr 29 06:07:35 2010
+++ src/lib/libc/gen/makecontext.3 Mon May 7 16:49:49 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: makecontext.3,v 1.9 2010/04/29 06:07:35 jruoho Exp $
+.\" $NetBSD: makecontext.3,v 1.9.8.1 2012/05/07 16:49:49 riz Exp $
.\"
.\" Copyright (c) 2001, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 29, 2010
+.Dd May 4, 2012
.Dt MAKECONTEXT 3
.Os
.Sh NAME
@@ -167,9 +167,3 @@ and
.Fn swapcontext
functions first appeared in
.At V.4 .
-.Sh CAVEATS
-Due to limitations in the current pthread implementation,
-.Nm
-should not be used in programs which link against the
-.Xr pthread 3
-library (whether threads are used or not).