Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Ensure that _lwp_setprivate has a corr...



details:   https://anonhg.NetBSD.org/src/rev/33c3bbc9d3c3
branches:  trunk
changeset: 766981:33c3bbc9d3c3
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jul 05 19:30:50 2011 +0000

description:
Ensure that _lwp_setprivate has a correct prototype.

diffstat:

 sys/arch/mips/include/mcontext.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 17f46eb79798 -r 33c3bbc9d3c3 sys/arch/mips/include/mcontext.h
--- a/sys/arch/mips/include/mcontext.h  Tue Jul 05 17:30:35 2011 +0000
+++ b/sys/arch/mips/include/mcontext.h  Tue Jul 05 19:30:50 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mcontext.h,v 1.18 2011/07/03 10:34:25 mrg Exp $        */
+/*     $NetBSD: mcontext.h,v 1.19 2011/07/05 19:30:50 joerg Exp $      */
 
 /*-
  * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -216,6 +216,8 @@
        return __tcb;
 }
 
+void _lwp_setprivate(void *);
+
 static inline void
 __lwp_settcb(struct tls_tcb *__tcb)
 {



Home | Main Index | Thread Index | Old Index