From 615642201d89da465a7ff0fe64dfc901ab6dec43 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 4 May 2012 12:28:03 +0000 Subject: [PATCH] Drop obsolete pthread restriction. --- lib/libc/gen/makecontext.3 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/libc/gen/makecontext.3 b/lib/libc/gen/makecontext.3 index 00b798c8a2d7..0742e2185273 100644 --- a/lib/libc/gen/makecontext.3 +++ b/lib/libc/gen/makecontext.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: makecontext.3,v 1.9 2010/04/29 06:07:35 jruoho Exp $ +.\" $NetBSD: makecontext.3,v 1.10 2012/05/04 12:28:03 joerg 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).