Add a target_ops parameter to the to_kill method in struct target_ops.
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index a43a47df53f4e0e0cc472f68b0b645c73ff47d61..20b59585f1e06cc6a29885b4d68c2305fd9107f0 100644 (file)
@@ -2030,7 +2030,7 @@ gnu_resume (struct target_ops *ops,
 
 \f
 static void
-gnu_kill_inferior (void)
+gnu_kill_inferior (struct target_ops *ops)
 {
   struct proc *task = gnu_current_inf->task;
   if (task)
This page took 0.024783 seconds and 4 git commands to generate.