This commit is contained in:
Ralf Corsepius
2010-04-25 05:38:06 +00:00
parent 8e81eaf575
commit 30a052af62

View File

@@ -0,0 +1,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;
{