diff options
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 1fca8e2..d2d8d7a 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -941,7 +941,7 @@ go32_thread_alive (struct target_ops *ops, ptid_t ptid) return !ptid_equal (ptid, null_ptid); } -static char * +static const char * go32_pid_to_str (struct target_ops *ops, ptid_t ptid) { return normal_pid_to_str (ptid); |