Add a target_ops parameter to the to_kill method in struct target_ops.
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index 75102f122f7740d2e9d98886484effe3f1f489d7..b46c64d8db7fb40529d87805427830782c0f7fba 100644 (file)
@@ -1120,7 +1120,7 @@ procfs_stop (ptid_t ptid)
 }
 
 static void
-procfs_kill_inferior (void)
+procfs_kill_inferior (struct target_ops *ops)
 {
   target_mourn_inferior ();
 }
This page took 0.025185 seconds and 4 git commands to generate.