summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/patches/cygwin-gcc-3.4.4-3.diff
blob: 0dfd88247ff60cdfc0632d6f67c7eef1b5a5bf06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur gcc-3.4.4.cyg/libiberty/strsignal.c gcc-3.4.4/libiberty/strsignal.c
--- gcc-3.4.4.cyg/libiberty/strsignal.c	2003-04-15 22:36:33.000000000 +0200
+++ gcc-3.4.4/libiberty/strsignal.c	2010-04-25 06:52:18.000000000 +0200
@@ -409,7 +409,7 @@
 
 #ifndef HAVE_STRSIGNAL
 
-const char *
+char *
 strsignal (signo)
   int signo;
 {