This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc-4_2-branch: tiny issue with libiberty


Hello!

On a build of the gcc-4_2-branch I noticed a tiny problem with libiberty,
which the following patch fixes.  Could this please be applied to
gcc-4_2-branch and trunk?


#v+
2007-11-13  Thomas Schwinge  <tschwinge@gnu.org>

	* strsignal.c (psignal): Adjust parameters to the declaration.

Index: strsignal.c
===================================================================
--- strsignal.c	(Revision 130085)
+++ strsignal.c	(Arbeitskopie)
@@ -549,7 +549,7 @@
 #ifndef HAVE_PSIGNAL
 
 void
-psignal (unsigned signo, char *message)
+psignal (int signo, const char *message)
 {
   if (signal_names == NULL)
     {
#v-


Regards,
 Thomas

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]