* inf-child.c (inf_child_follow_fork) New parameter
[deliverable/binutils-gdb.git] / gdb / inf-child.c
index f5992bb1f1615e18301c73d44a6210401a9edcdf..1878272bc0fcecb4e772012cb3dacd9a75a2e2bc 100644 (file)
@@ -118,7 +118,8 @@ inf_child_post_startup_inferior (ptid_t ptid)
 }
 
 static int
-inf_child_follow_fork (struct target_ops *ops, int follow_child)
+inf_child_follow_fork (struct target_ops *ops, int follow_child,
+                      int detach_fork)
 {
   /* This version of Unix doesn't support following fork or vfork
      events.  */
This page took 0.024508 seconds and 4 git commands to generate.