aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/utils.c')
-rw-r--r--gdb/gdbserver/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/utils.c b/gdb/gdbserver/utils.c
index 174afd0..7d309dd 100644
--- a/gdb/gdbserver/utils.c
+++ b/gdb/gdbserver/utils.c
@@ -92,7 +92,7 @@ xstrdup (const char *s)
Then return to command level. */
void
-perror_with_name (char *string)
+perror_with_name (const char *string)
{
const char *err;
char *combined;