diff options
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r-- | gdb/remote-bug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index 641895e6820..e1f36036bbd 100644 --- a/gdb/remote-bug.c +++ b/gdb/remote-bug.c @@ -273,7 +273,8 @@ static char *wait_strings[] = { }; int -bug_wait (status) +bug_wait (pid, status) + int pid; WAITTYPE *status; { int old_timeout = sr_get_timeout(); |