summaryrefslogtreecommitdiff
path: root/package/strace/strace-arm-no-cachectl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/strace/strace-arm-no-cachectl.patch')
-rw-r--r--package/strace/strace-arm-no-cachectl.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/strace/strace-arm-no-cachectl.patch b/package/strace/strace-arm-no-cachectl.patch
deleted file mode 100644
index f1bbdae16..000000000
--- a/package/strace/strace-arm-no-cachectl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-ARM defines SYS_cacheflush, but doesn't have <asm/cachectl.h>
----
- system.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/system.c
-+++ b/system.c
-@@ -70,9 +70,11 @@
- #include <linux/capability.h>
- #endif
-
-+#ifndef ARM
- #ifdef SYS_cacheflush
- #include <asm/cachectl.h>
- #endif
-+#endif
-
- #ifdef HAVE_LINUX_USTNAME_H
- #include <linux/utsname.h>