aboutsummaryrefslogtreecommitdiff
path: root/gdb/proc-flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/proc-flags.c')
-rw-r--r--gdb/proc-flags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/proc-flags.c b/gdb/proc-flags.c
index fba91d1..29b5f2a 100644
--- a/gdb/proc-flags.c
+++ b/gdb/proc-flags.c
@@ -43,8 +43,8 @@
struct trans {
int value; /* The numeric value */
- char *name; /* The equivalent symbolic value */
- char *desc; /* Short description of value */
+ const char *name; /* The equivalent symbolic value */
+ const char *desc; /* Short description of value */
};
/* Translate bits in the pr_flags member of the prstatus structure,