diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index a34b29a..88af3b5 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -200,11 +200,7 @@ static int (*linux_nat_siginfo_fixup) (siginfo_t *, /* The saved to_xfer_partial method, inherited from inf-ptrace.c. Called by our to_xfer_partial. */ -static LONGEST (*super_xfer_partial) (struct target_ops *, - enum target_object, - const char *, gdb_byte *, - const gdb_byte *, - ULONGEST, LONGEST); +static target_xfer_partial_ftype *super_xfer_partial; static unsigned int debug_linux_nat; static void |