diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 491970a..2d5ec65 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -1924,7 +1924,7 @@ procfs_attach (struct target_ops *ops, const char *args, int from_tty) } static void -procfs_detach (struct target_ops *ops, int from_tty) +procfs_detach (struct target_ops *ops, inferior *inf, int from_tty) { int pid = ptid_get_pid (inferior_ptid); |