summaryrefslogtreecommitdiff
path: root/lang/egcs/files/patch-strerror.c
blob: 9ab1b282af58d2daebbf7f4890a458b6d0b0f438 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libiberty/strerror.c.orig	Sun Nov  3 21:37:47 2002
+++ libiberty/strerror.c	Sun Nov  3 21:38:08 2002
@@ -462,7 +462,7 @@
 
 #else
 
-extern int sys_nerr;
+extern __const int sys_nerr;
 extern char *sys_errlist[];
 
 #endif