merge from gcc
[deliverable/binutils-gdb.git] / libiberty / strsignal.c
index 2533adce2979385ebc57f6a4c5ae99e9fd26839b..85639f98814c43d55586bcdad94fba6f7fbb5158 100644 (file)
@@ -67,10 +67,10 @@ static void init_signal_tables PARAMS ((void));
 
 struct signal_info
 {
-  int value;           /* The numeric value from <signal.h> */
-  const char *name;    /* The equivalent symbolic value */
+  const int value;             /* The numeric value from <signal.h> */
+  const char *const name;      /* The equivalent symbolic value */
 #ifndef HAVE_SYS_SIGLIST
-  const char *msg;     /* Short message about this value */
+  const char *const msg;       /* Short message about this value */
 #endif
 };
 
This page took 0.031328 seconds and 4 git commands to generate.