Add "info connections" command, "info inferiors" connection number/string
[deliverable/binutils-gdb.git] / libiberty / strsignal.c
index 3b56d16988be25771cda1ac15ee507baeb721b74..666b1b4f15e577ec2d18cb68fbea0c7f9777accf 100644 (file)
@@ -538,7 +538,7 @@ strtosigno (const char *name)
 
 /*
 
-@deftypefn Supplemental void psignal (int @var{signo}, const char *@var{message})
+@deftypefn Supplemental void psignal (int @var{signo}, char *@var{message})
 
 Print @var{message} to the standard error, followed by a colon,
 followed by the description of the signal specified by @var{signo},
@@ -551,7 +551,7 @@ followed by a newline.
 #ifndef HAVE_PSIGNAL
 
 void
-psignal (int signo, const char *message)
+psignal (int signo, char *message)
 {
   if (signal_names == NULL)
     {
This page took 0.025342 seconds and 4 git commands to generate.