Module Name:    src
Committed By:   matt
Date:           Sat Feb 15 10:14:10 UTC 2014

Modified Files:
        src/sys/sys [matt-nb5-mips64]: ucontext.h

Log Message:
add prototype for cpu_mcontext_validate


To generate a diff of this commit:
cvs rdiff -u -r1.11.12.1 -r1.11.12.2 src/sys/sys/ucontext.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/sys/ucontext.h
diff -u src/sys/sys/ucontext.h:1.11.12.1 src/sys/sys/ucontext.h:1.11.12.2
--- src/sys/sys/ucontext.h:1.11.12.1	Fri Apr 29 08:14:36 2011
+++ src/sys/sys/ucontext.h	Sat Feb 15 10:14:10 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: ucontext.h,v 1.11.12.1 2011/04/29 08:14:36 matt Exp $	*/
+/*	$NetBSD: ucontext.h,v 1.11.12.2 2014/02/15 10:14:10 matt Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2003 The NetBSD Foundation, Inc.
@@ -86,6 +86,8 @@ void	getucontext_sa(struct lwp *, uconte
 int	setucontext(struct lwp *, const ucontext_t *);
 void	cpu_getmcontext(struct lwp *, mcontext_t *, unsigned int *);
 int	cpu_setmcontext(struct lwp *, const mcontext_t *, unsigned int);
+int	cpu_mcontext_validate(struct lwp *, const mcontext_t *);
+
 #endif /* _KERNEL */
 
 #endif /* !_SYS_UCONTEXT_H_ */

Reply via email to