diff options
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r-- | gdb/remote-nindy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index 35365c1..d6551fc 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -299,7 +299,8 @@ You may need to reset the 80960 and/or reload your program.\n"); */ static int -nindy_wait( status ) +nindy_wait( pid, status ) + int pid; WAITTYPE *status; { fd_set fds; |