diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 87357f4..0dc47ae 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; } |