expose proc_stop. needed by mach/darwin emulation.
This commit is contained in:
parent
36890c9fa3
commit
6265548ad9
@ -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 cpu_wait __P((struct lwp *));
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user