Share target_wait prototype between GDB and gdbserver
[deliverable/binutils-gdb.git] / gdb / target.c
index 87c968146817833091201816c3fe121f0f50421f..bca25bd9dba4eef43057ba11af78d4f46de2727a 100644 (file)
@@ -2283,6 +2283,8 @@ target_disconnect (const char *args, int from_tty)
   current_target.to_disconnect (&current_target, args, from_tty);
 }
 
+/* See target/target.h.  */
+
 ptid_t
 target_wait (ptid_t ptid, struct target_waitstatus *status, int options)
 {
This page took 0.023799 seconds and 4 git commands to generate.