diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index dff0da5..b06e400 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -3940,7 +3940,7 @@ linux_nat_update_thread_list (struct target_ops *ops) } } -static char * +static const char * linux_nat_pid_to_str (struct target_ops *ops, ptid_t ptid) { static char buf[64]; |