ports/devel/arm-elf-gcc295/files/libiberty-strerror.c
Pav Lucistnik 3ddc334e43 - Fix build on -CURRENT
- Mark ONLY_FOR_ARCHS = i386

PR:		ports/58502
Submitted by:	elvis <elvis@sslab.cs.ccu.edu.tw>
2003-12-07 23:11:49 +00:00

14 lines
258 B
C

--- 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