diff options
Diffstat (limited to 'gdb/inf-ptrace.h')
-rw-r--r-- | gdb/inf-ptrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-ptrace.h b/gdb/inf-ptrace.h index c5bd757..d10f64a 100644 --- a/gdb/inf-ptrace.h +++ b/gdb/inf-ptrace.h @@ -40,6 +40,6 @@ extern pid_t get_ptrace_pid (ptid_t); /* Cleanup the inferior after a successful ptrace detach. */ -extern void inf_ptrace_detach_success (struct target_ops *ops); +extern void inf_ptrace_detach_success (struct target_ops *ops, inferior *inf); #endif |