diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 73a2e51..30cd47a 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -3354,7 +3354,7 @@ remote_update_thread_list (struct target_ops *ops) * Optional: targets are not required to implement this function. */ -static char * +static const char * remote_threads_extra_info (struct target_ops *self, struct thread_info *tp) { struct remote_state *rs = get_remote_state (); @@ -10946,7 +10946,7 @@ init_remote_threadtests (void) /* Convert a thread ID to a string. Returns the string in a static buffer. */ -static char * +static const char * remote_pid_to_str (struct target_ops *ops, ptid_t ptid) { static char buf[64]; |