fix the old strace version on arm
authorFelix Fietkau <nbd@openwrt.org>
Mon, 19 Jan 2009 05:20:02 +0000 (05:20 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 19 Jan 2009 05:20:02 +0000 (05:20 +0000)
SVN-Revision: 14101

utils/strace/patches-4.5.16/004-no_cacheflush.patch [new file with mode: 0644]

diff --git a/utils/strace/patches-4.5.16/004-no_cacheflush.patch b/utils/strace/patches-4.5.16/004-no_cacheflush.patch
new file mode 100644 (file)
index 0000000..0a13143
--- /dev/null
@@ -0,0 +1,13 @@
+--- a/system.c
++++ b/system.c
+@@ -70,10 +70,6 @@
+ #include <linux/capability.h>
+ #endif
+-#ifdef SYS_cacheflush
+-#include <asm/cachectl.h>
+-#endif
+-
+ #ifdef HAVE_LINUX_USTNAME_H
+ #include <linux/utsname.h>
+ #endif