add pid argument to mips_wait
This commit is contained in:
parent
100f92e2de
commit
f7fa951fd0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Oct 21 15:58:48 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
||||
|
||||
* remote-mips.c (mips_wait): add pid argument.
|
||||
|
||||
Thu Oct 21 12:23:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* Makefile.in (c-exp.tab.o): Remove notice about shift/reduce conflicts
|
||||
|
|
|
@ -971,7 +971,8 @@ mips_resume (pid, step, siggnal)
|
|||
/* Wait until the remote stops, and return a wait status. */
|
||||
|
||||
static int
|
||||
mips_wait (status)
|
||||
mips_wait (pid, status)
|
||||
int pid;
|
||||
WAITTYPE *status;
|
||||
{
|
||||
int rstatus;
|
||||
|
|
Loading…
Reference in a new issue