Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Drop obsolete pthread restriction.



details:   https://anonhg.NetBSD.org/src/rev/5d7d9e044126
branches:  trunk
changeset: 779115:5d7d9e044126
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 04 12:28:03 2012 +0000

description:
Drop obsolete pthread restriction.

diffstat:

 lib/libc/gen/makecontext.3 |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r d67d957afd73 -r 5d7d9e044126 lib/libc/gen/makecontext.3
--- a/lib/libc/gen/makecontext.3        Fri May 04 12:26:33 2012 +0000
+++ b/lib/libc/gen/makecontext.3        Fri May 04 12:28:03 2012 +0000
@@ -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 @@
 .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).



Home | Main Index | Thread Index | Old Index