1234567891011 |
- --- 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
-
|