Source-Changes-HG archive

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

[src/trunk]: src/sys/kern expose proc_stop; needed by mach/darwin emulation



details:   https://anonhg.NetBSD.org/src/rev/8475b11425d1
branches:  trunk
changeset: 555437:8475b11425d1
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 17 19:21:56 2003 +0000

description:
expose proc_stop; needed by mach/darwin emulation

diffstat:

 sys/kern/kern_sig.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 4e6b07384c21 -r 8475b11425d1 sys/kern/kern_sig.c
--- a/sys/kern/kern_sig.c       Mon Nov 17 19:21:24 2003 +0000
+++ b/sys/kern/kern_sig.c       Mon Nov 17 19:21:56 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_sig.c,v 1.178 2003/11/12 21:07:38 dsl Exp $       */
+/*     $NetBSD: kern_sig.c,v 1.179 2003/11/17 19:21:56 christos Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991, 1993
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_sig.c,v 1.178 2003/11/12 21:07:38 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_sig.c,v 1.179 2003/11/17 19:21:56 christos Exp $");
 
 #include "opt_ktrace.h"
 #include "opt_compat_sunos.h"
@@ -81,7 +81,6 @@
 #include <uvm/uvm_extern.h>
 
 static void    child_psignal(struct proc *, int);
-static void    proc_stop(struct proc *);
 static int     build_corename(struct proc *, char [MAXPATHLEN]);
 static void    ksiginfo_exithook(struct proc *, void *);
 static void    ksiginfo_put(struct proc *, const ksiginfo_t *);
@@ -1583,7 +1582,7 @@
  * via wakeup.  Signals are handled elsewhere.  The process must not be
  * on the run queue.
  */
-static void
+void
 proc_stop(struct proc *p)
 {
        struct lwp *l;



Home | Main Index | Thread Index | Old Index