diff options
Diffstat (limited to 'gdbserver/netbsd-low.h')
-rw-r--r-- | gdbserver/netbsd-low.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/netbsd-low.h b/gdbserver/netbsd-low.h index 9c341c7..b98588f 100644 --- a/gdbserver/netbsd-low.h +++ b/gdbserver/netbsd-low.h @@ -121,7 +121,7 @@ public: bool supports_pid_to_exec_file () override; - char *pid_to_exec_file (int pid) override; + const char *pid_to_exec_file (int pid) override; const char *thread_name (ptid_t thread) override; |