Add target_xfer_partial_ftype
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index a34b29a11620a9f117fd237b20c4fbbb1fa2dc1f..88af3b5e5bae511efa7e49039815e4f1096e5dd4 100644 (file)
@@ -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
This page took 0.030643 seconds and 4 git commands to generate.