summaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-05-15 22:13:53 +0000
committerMark Kettenis <kettenis@gnu.org>2005-05-15 22:13:53 +0000
commitefbfef65b54592b50b528e151faa31ebede70f81 (patch)
tree46f0c9e90f6784ebd2561f9633b4320057d42fc4 /gdb/sol-thread.c
parent76c5c1684cb322dbe1f18688b80814dd0a1ab577 (diff)
downloadgdb-efbfef65b54592b50b528e151faa31ebede70f81.tar.gz
* sol-thread.c (ignore): Change last argument to `gdb_byte.'
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r--gdb/sol-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c
index 87357f41c49..0dc47ae4cde 100644
--- a/gdb/sol-thread.c
+++ b/gdb/sol-thread.c
@@ -1523,7 +1523,7 @@ sol_make_note_section (bfd *obfd, int *note_size)
}
static int
-ignore (CORE_ADDR addr, char *contents)
+ignore (CORE_ADDR addr, gdb_byte *contents)
{
return 0;
}