diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 5b9b6f9..32a4126 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1494,7 +1494,7 @@ out: /* Wait for interesting events to occur in the target process. */ static ptid_t windows_wait (struct target_ops *ops, - ptid_t ptid, struct target_waitstatus *ourstatus) + ptid_t ptid, struct target_waitstatus *ourstatus, int options) { int pid = -1; |