Use std::string in ui_out_table
[deliverable/binutils-gdb.git] / gdb / mips-linux-nat.c
index bfe9fcbe687724349f19ad4ea0267df9d1c0c6a7..0f20f16814fa0415ab7135149736a78491c1d6d5 100644 (file)
@@ -152,7 +152,7 @@ mips64_linux_register_addr (struct gdbarch *gdbarch, int regno, int store)
 /* Fetch the thread-local storage pointer for libthread_db.  */
 
 ps_err_e
-ps_get_thread_area (const struct ps_prochandle *ph,
+ps_get_thread_area (struct ps_prochandle *ph,
                     lwpid_t lwpid, int idx, void **base)
 {
   if (ptrace (PTRACE_GET_THREAD_AREA, lwpid, NULL, base) != 0)
This page took 0.026166 seconds and 4 git commands to generate.