diff options
Diffstat (limited to 'main/strace/uclibc-fix.patch')
-rw-r--r-- | main/strace/uclibc-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/main/strace/uclibc-fix.patch b/main/strace/uclibc-fix.patch deleted file mode 100644 index 1265df76ce..0000000000 --- a/main/strace/uclibc-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./resource.c.orig 2014-03-26 10:51:41.868389136 +0000 -+++ ./resource.c 2014-03-26 10:52:15.395449771 +0000 -@@ -31,7 +31,9 @@ - #include "defs.h" - #include <sys/resource.h> - #include <sys/times.h> -+#ifndef __GLIBC__ - #include <sys/sysinfo.h> -+#endif - #include <linux/kernel.h> - - static const struct xlat resources[] = { |