diff options
Diffstat (limited to 'devel/mipsel-linux-gcc/files/patch-libiberty-strerror.c')
-rw-r--r-- | devel/mipsel-linux-gcc/files/patch-libiberty-strerror.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/mipsel-linux-gcc/files/patch-libiberty-strerror.c b/devel/mipsel-linux-gcc/files/patch-libiberty-strerror.c deleted file mode 100644 index e6532458c516..000000000000 --- a/devel/mipsel-linux-gcc/files/patch-libiberty-strerror.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libiberty/strerror.c.orig Mon May 29 13:45:32 2000 -+++ libiberty/strerror.c Wed Dec 11 21:03:00 2002 -@@ -465,8 +465,8 @@ - - #else - --extern int sys_nerr; --extern char *sys_errlist[]; -+extern const int sys_nerr; -+extern const char *sys_errlist[]; - - #endif - |