change delegation for to_read_description
[deliverable/binutils-gdb.git] / gdb / nto-tdep.c
index f12a208a09df03d1df8aacefac5d9a5aad8c8953..a160a9eaff9f6919299a6dc7c6994607be54cbfe 100644 (file)
@@ -32,8 +32,6 @@
 #include "gdbcore.h"
 #include "objfiles.h"
 
-#include <string.h>
-
 #ifdef __CYGWIN__
 #include <sys/cygwin.h>
 #endif
@@ -364,7 +362,7 @@ static const char *nto_thread_state_str[] =
 };
 
 char *
-nto_extra_thread_info (struct thread_info *ti)
+nto_extra_thread_info (struct target_ops *self, struct thread_info *ti)
 {
   if (ti && ti->private
       && ti->private->state < ARRAY_SIZE (nto_thread_state_str))
This page took 0.02456 seconds and 4 git commands to generate.