* inf-child.c (inf_child_follow_fork) New parameter
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.c
index 046e0ce9668a8f67d146b0556eb65079e5c5ce23..9e6e98058b8277dadc5578012943792990ae1e8c 100644 (file)
@@ -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;
This page took 0.023757 seconds and 4 git commands to generate.