summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/gdb_proc_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/gdb_proc_service.h')
-rw-r--r--gdb/gdbserver/gdb_proc_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/gdb_proc_service.h b/gdb/gdbserver/gdb_proc_service.h
index 99bf226b01b..cec9231ee5b 100644
--- a/gdb/gdbserver/gdb_proc_service.h
+++ b/gdb/gdbserver/gdb_proc_service.h
@@ -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 *);