-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.c
index f912d28088e2253079d57ea9ddce324008b9c20e..c91100134b108def656d25b876687c315f0b68b5 100644 (file)
@@ -619,7 +619,7 @@ inf_ptrace_files_info (struct target_ops *ignore)
                   target_pid_to_str (inferior_ptid));
 }
 
-static char *
+static const char *
 inf_ptrace_pid_to_str (struct target_ops *ops, ptid_t ptid)
 {
   return normal_pid_to_str (ptid);
This page took 0.025141 seconds and 4 git commands to generate.