Sync proc_service definition with GLIBC
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-nios2-low.c
index a32bc1af1ce9e7f920c9c975623a8a1f2c477ff6..02fe198012757bda0f3714fddca8740cf8804665 100644 (file)
@@ -145,7 +145,7 @@ nios2_breakpoint_at (CORE_ADDR where)
 /* 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.02428 seconds and 4 git commands to generate.