diff options
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r-- | gdb/inftarg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c index cd8674d..279f3a7 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -531,8 +531,8 @@ child_core_file_to_sym_file (char *core) static LONGEST child_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) { switch (object) { |