diff options
Diffstat (limited to 'gdb/nat/linux-procfs.h')
-rw-r--r-- | gdb/nat/linux-procfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nat/linux-procfs.h b/gdb/nat/linux-procfs.h index fa1280a..fcc8280 100644 --- a/gdb/nat/linux-procfs.h +++ b/gdb/nat/linux-procfs.h @@ -78,7 +78,7 @@ extern int linux_proc_task_list_dir_exists (pid_t pid); to create the process PID. The returned value persists until this function is next called. */ -extern char *linux_proc_pid_to_exec_file (int pid); +extern const char *linux_proc_pid_to_exec_file (int pid); /* Display possible problems on this system. Display them only once per GDB execution. */ |