diff options
Diffstat (limited to 'gdb/sol2-tdep.h')
-rw-r--r-- | gdb/sol2-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol2-tdep.h b/gdb/sol2-tdep.h index 381e62f..cdc4bbf 100644 --- a/gdb/sol2-tdep.h +++ b/gdb/sol2-tdep.h @@ -24,6 +24,6 @@ struct gdbarch; CORE_ADDR sol2_skip_solib_resolver (struct gdbarch *, CORE_ADDR); -const char *sol2_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid); +std::string sol2_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid); #endif /* sol2-tdep.h */ |