* configure.host: Add arm*-*-openbsd*.
[deliverable/binutils-gdb.git] / gdb / bsd-uthread.c
index b1eb6c3812fa95619a69528c272a43ec0f7fb17c..691d2b5197b55a1a6d8118c97b048ed09c1076d3 100644 (file)
@@ -26,6 +26,7 @@
 #include "objfiles.h"
 #include "observer.h"
 #include "regcache.h"
+#include "solib.h"
 #include "solist.h"
 #include "symfile.h"
 #include "target.h"
@@ -319,8 +320,9 @@ bsd_uthread_store_registers (int regnum)
 
 static LONGEST
 bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object,
-                         const char *annex, void *readbuf,
-                         const void *writebuf, ULONGEST offset, LONGEST len)
+                         const char *annex, gdb_byte *readbuf,
+                         const gdb_byte *writebuf,
+                         ULONGEST offset, LONGEST len)
 {
   gdb_assert (ops->beneath->to_xfer_partial);
   return ops->beneath->to_xfer_partial (ops->beneath, object, annex, readbuf,
This page took 0.023196 seconds and 4 git commands to generate.