add pid argument to mips_wait

This commit is contained in:
David D. Zuhn 1993-10-21 23:02:40 +00:00
parent 100f92e2de
commit f7fa951fd0
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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;