gdb/gdbserver/
[deliverable/binutils-gdb.git] / gdb / gdbserver / target.h
index 0cf5687f20abc9575011e0ea5795b7a946b529da..9f96e04cba1354f253d7e796bf5f6f51a22cec91 100644 (file)
@@ -409,8 +409,7 @@ void set_target_ops (struct target_ops *);
 #define myattach(pid) \
   (*the_target->attach) (pid)
 
-#define kill_inferior(pid) \
-  (*the_target->kill) (pid)
+int kill_inferior (int);
 
 #define detach_inferior(pid) \
   (*the_target->detach) (pid)
This page took 0.023364 seconds and 4 git commands to generate.