diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 99d12f2..70f4c08 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -1497,7 +1497,7 @@ detach_callback (struct lwp_info *lp, void *data) } static void -linux_nat_detach (struct target_ops *ops, int from_tty) +linux_nat_detach (struct target_ops *ops, inferior *inf, int from_tty) { int pid; struct lwp_info *main_lwp; |