public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc-4_2-branch: tiny issue with libiberty
@ 2007-11-13  8:42 Thomas Schwinge
  2007-11-13  9:25 ` DJ Delorie
  2007-11-19 10:06 ` Ben Elliston
  0 siblings, 2 replies; 8+ messages in thread
From: Thomas Schwinge @ 2007-11-13  8:42 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

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 #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-11-18 23:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-13  8:42 gcc-4_2-branch: tiny issue with libiberty Thomas Schwinge
2007-11-13  9:25 ` DJ Delorie
2007-11-13 14:02   ` Thomas Schwinge
2007-11-13 14:37     ` DJ Delorie
2007-11-13 16:29       ` Thomas Schwinge
2007-11-13 16:43         ` DJ Delorie
2007-11-17 17:35           ` Thomas Schwinge
2007-11-19 10:06 ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).