diff options
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 2702326..bfcbea1 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -406,7 +406,8 @@ udi_resume (pid, step, sig) storing status in STATUS just as `wait' would. */ static int -udi_wait (status) +udi_wait (pid, status) + int pid; WAITTYPE *status; { UDIInt32 MaxTime; |