Sync proc_service definition with GLIBC
[deliverable/binutils-gdb.git] / gdb / gdb_proc_service.h
index 38b98fc980a43f51c61e10a59eff5d7110959961..0a9f26d47e6654f8816b8432f9c7f727a8be0adc 100644 (file)
@@ -124,7 +124,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.025461 seconds and 4 git commands to generate.