blob: 85ad4a434d2264482c2187622bb8040118657d24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- strace-4.5.18.orig/system.c 2007-01-17 00:22:36.000000000 +0100
+++ strace-4.5.18/system.c 2009-11-22 21:29:57.404591477 +0100
@@ -70,7 +70,7 @@
#include <linux/capability.h>
#endif
-#ifdef SYS_cacheflush
+#if defined SYS_cacheflush && !defined ARM
#include <asm/cachectl.h>
#endif
|