Module Name:    src
Committed By:   joerg
Date:           Tue Jul  5 19:30:51 UTC 2011

Modified Files:
        src/sys/arch/mips/include: mcontext.h

Log Message:
Ensure that _lwp_setprivate has a correct prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/mips/include/mcontext.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/mcontext.h
diff -u src/sys/arch/mips/include/mcontext.h:1.18 src/sys/arch/mips/include/mcontext.h:1.19
--- src/sys/arch/mips/include/mcontext.h:1.18	Sun Jul  3 10:34:25 2011
+++ src/sys/arch/mips/include/mcontext.h	Tue Jul  5 19:30:50 2011
@@ -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)
 {

Reply via email to