aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r--gdb/linux-nat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h
index 74a8286..a900943 100644
--- a/gdb/linux-nat.h
+++ b/gdb/linux-nat.h
@@ -68,7 +68,7 @@ struct lwp_info
struct mem_attrib;
struct target_ops;
-extern int linux_proc_xfer_memory (CORE_ADDR addr, char *myaddr, int len,
+extern int linux_proc_xfer_memory (CORE_ADDR addr, gdb_byte *myaddr, int len,
int write, struct mem_attrib *attrib,
struct target_ops *target);