diff options
Diffstat (limited to 'gdb/inf-ptrace.c')
-rw-r--r-- | gdb/inf-ptrace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index 046e0ce..9e6e980 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -40,7 +40,8 @@ #ifdef PT_GET_PROCESS_STATE static int -inf_ptrace_follow_fork (struct target_ops *ops, int follow_child) +inf_ptrace_follow_fork (struct target_ops *ops, int follow_child, + int detach_fork) { pid_t pid, fpid; ptrace_state_t pe; |