aboutsummaryrefslogtreecommitdiffstats
path: root/devel/arm-elf-gcc295/files/libiberty-strerror.c
blob: 28474c2b390d94bd6965486d5760099077d585f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- libiberty/strerror.c.orig   Sat Oct 25 06:08:26 2003
+++ libiberty/strerror.c    Sat Oct 25 06:08:35 2003
@@ -460,11 +460,6 @@
 static int sys_nerr;
 static const char **sys_errlist;
 
-#else
-
-extern int sys_nerr;
-extern char *sys_errlist[];
-
 #endif