diff options
Diffstat (limited to 'gdb/remote-mon.c')
-rw-r--r-- | gdb/remote-mon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-mon.c b/gdb/remote-mon.c index db323d5..56a90a7 100644 --- a/gdb/remote-mon.c +++ b/gdb/remote-mon.c @@ -461,7 +461,8 @@ monitor_resume (pid, step, sig) */ static int -monitor_wait (status) +monitor_wait (pid, status) + int pid; WAITTYPE *status; { int old_timeout = timeout; |