Sync proc_service definition with GLIBC
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdb_proc_service.h
index 99bf226b01b90c4c349656caaac747baad2d80be..cec9231ee5b3b1ace0e4509dd2c3ac26acd2ac2f 100644 (file)
@@ -107,7 +107,7 @@ extern pid_t ps_getpid (struct ps_prochandle *);
 /* Fetch the special per-thread address associated with the given LWP.
    This call is only used on a few platforms (most use a normal register).
    The meaning of the `int' parameter is machine-dependent.  */
-extern ps_err_e ps_get_thread_area (const struct ps_prochandle *,
+extern ps_err_e ps_get_thread_area (struct ps_prochandle *,
                                    lwpid_t, int, psaddr_t *);
 
 
This page took 0.023568 seconds and 4 git commands to generate.