Source-Changes-HG archive

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

[src/netbsd-6]: src/lib/libc/gen Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/e6d8d80df6a0
branches:  netbsd-6
changeset: 774064:e6d8d80df6a0
user:      riz <riz%NetBSD.org@localhost>
date:      Mon May 07 16:49:49 2012 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #223):
        lib/libc/gen/makecontext.3: revision 1.10
Drop obsolete pthread restriction.

diffstat:

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

diffs (28 lines):

diff -r 232c2940158a -r e6d8d80df6a0 lib/libc/gen/makecontext.3
--- a/lib/libc/gen/makecontext.3        Mon May 07 16:47:22 2012 +0000
+++ b/lib/libc/gen/makecontext.3        Mon May 07 16:49:49 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.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 @@
 .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