* inferior.h (read_sp): Remove prototype.
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 997a0f4716f6804d4e1f46f000020812b303e772..e9a7d273c1127c536189862c90a9e4d1119a7ea5 100644 (file)
@@ -91,7 +91,7 @@ struct target_ops * linux_target (void);
 /* Create a generic GNU/Linux target using traditional 
    ptrace register access.  */
 struct target_ops *
-linux_trad_target (CORE_ADDR (*register_u_offset)(int));
+linux_trad_target (CORE_ADDR (*register_u_offset)(struct gdbarch *, int, int));
 
 /* Register the customized GNU/Linux target.  This should be used
    instead of calling add_target directly.  */
This page took 0.024072 seconds and 4 git commands to generate.