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 4023089..5fb143e 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1931,7 +1931,7 @@ windows_attach (struct target_ops *ops, const char *args, int from_tty) } static void -windows_detach (struct target_ops *ops, int from_tty) +windows_detach (struct target_ops *ops, inferior *inf, int from_tty) { int detached = 1; |