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 740cc0d..3b54008 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -3764,7 +3764,7 @@ linux_nat_target::thread_name (struct thread_info *thr) /* Accepts an integer PID; Returns a string representing a file that can be opened to get the symbols for the child process. */ -char * +const char * linux_nat_target::pid_to_exec_file (int pid) { return linux_proc_pid_to_exec_file (pid); |