Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys expose proc_stop. needed by mach/darwin emulation.
details: https://anonhg.NetBSD.org/src/rev/4e6b07384c21
branches: trunk
changeset: 555436:4e6b07384c21
user: christos <christos%NetBSD.org@localhost>
date: Mon Nov 17 19:21:24 2003 +0000
description:
expose proc_stop. needed by mach/darwin emulation.
diffstat:
sys/sys/proc.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4ca89e54ec2d -r 4e6b07384c21 sys/sys/proc.h
--- a/sys/sys/proc.h Mon Nov 17 17:47:42 2003 +0000
+++ b/sys/sys/proc.h Mon Nov 17 19:21:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.176 2003/11/12 21:07:38 dsl Exp $ */
+/* $NetBSD: proc.h,v 1.177 2003/11/17 19:21:24 christos Exp $ */
/*-
* Copyright (c) 1986, 1989, 1991, 1993
@@ -478,6 +478,7 @@
void child_return(void *);
int proc_isunder(struct proc *, struct proc *);
+void proc_stop(struct proc *);
void proclist_lock_read(void);
void proclist_unlock_read(void);
Home |
Main Index |
Thread Index |
Old Index