diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index 25952c3a69b..5c4408b4aa6 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -368,7 +368,7 @@ fbsd_thread_alive (struct target_ops *ops, ptid_t ptid) /* Convert PTID to a string. Returns the string in a static buffer. */ -static char * +static const char * fbsd_pid_to_str (struct target_ops *ops, ptid_t ptid) { lwpid_t lwp; |