* linux-nat.c (enum sigchld_state): Delete.
[deliverable/binutils-gdb.git] / gdb / hpux-thread.c
index f0acfcfc368a430a6f86e7057e9f1054811e517a..bdc547d97bbdf033790bfad3378982047932ad7a 100644 (file)
@@ -426,9 +426,9 @@ hpux_thread_files_info (struct target_ops *ignore)
 }
 
 static void
-hpux_thread_kill_inferior (void)
+hpux_thread_kill_inferior (struct target_ops *ops)
 {
-  deprecated_child_ops.to_kill ();
+  deprecated_child_ops.to_kill (&deprecated_child_ops);
 }
 
 static void
This page took 0.072178 seconds and 4 git commands to generate.