Add a target_ops parameter to the to_kill method in struct target_ops.
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 12b786ee86d7e38e15b25bd00aa42a7273547159..cc5d3e796410240c0cf7a40639cfaa94d51140ac 100644 (file)
@@ -3167,7 +3167,7 @@ kill_wait_callback (struct lwp_info *lp, void *data)
 }
 
 static void
-linux_nat_kill (void)
+linux_nat_kill (struct target_ops *ops)
 {
   struct target_waitstatus last;
   ptid_t last_ptid;
This page took 0.022598 seconds and 4 git commands to generate.