Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add prototype for cpu_coredump32()



details:   https://anonhg.NetBSD.org/src/rev/3e6ecdfea576
branches:  trunk
changeset: 480015:3e6ecdfea576
user:      eeh <eeh%NetBSD.org@localhost>
date:      Thu Dec 30 15:53:09 1999 +0000

description:
Add prototype for cpu_coredump32()

diffstat:

 sys/sys/signalvar.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 1e5cf9e8de6a -r 3e6ecdfea576 sys/sys/signalvar.h
--- a/sys/sys/signalvar.h       Thu Dec 30 15:51:35 1999 +0000
+++ b/sys/sys/signalvar.h       Thu Dec 30 15:53:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signalvar.h,v 1.22 1999/04/30 21:23:50 thorpej Exp $   */
+/*     $NetBSD: signalvar.h,v 1.23 1999/12/30 15:53:09 eeh Exp $       */
 
 /*
  * Copyright (c) 1991, 1993
@@ -175,10 +175,13 @@
  */
 void   sendsig __P((sig_t action, int sig, sigset_t *returnmask, u_long code));
 struct core;
+struct core32;
 struct vnode;
 struct ucred;
 int    cpu_coredump __P((struct proc *, struct vnode *, struct ucred *,
                          struct core *));
+int    cpu_coredump32 __P((struct proc *, struct vnode *, struct ucred *, 
+                              struct core32 *));
 
 /*
  * Compatibility functions.  See compat/common/kern_sig_13.c.



Home | Main Index | Thread Index | Old Index