diff options
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 5af2819..f0a3236 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -416,7 +416,7 @@ static char child_cwd[FILENAME_MAX]; static ptid_t go32_wait (struct target_ops *ops, - ptid_t ptid, struct target_waitstatus *status) + ptid_t ptid, struct target_waitstatus *status, int options) { int i; unsigned char saved_opcode; |