diff options
Diffstat (limited to 'package/strace/strace-arm-no-cachectl.patch')
-rw-r--r-- | package/strace/strace-arm-no-cachectl.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/strace/strace-arm-no-cachectl.patch b/package/strace/strace-arm-no-cachectl.patch index 6a2c04d70..f1bbdae16 100644 --- a/package/strace/strace-arm-no-cachectl.patch +++ b/package/strace/strace-arm-no-cachectl.patch @@ -3,10 +3,8 @@ ARM defines SYS_cacheflush, but doesn't have <asm/cachectl.h> system.c | 2 ++ 1 file changed, 2 insertions(+) -Index: strace-4.5.18/system.c -=================================================================== ---- strace-4.5.18.orig/system.c -+++ strace-4.5.18/system.c +--- a/system.c ++++ b/system.c @@ -70,9 +70,11 @@ #include <linux/capability.h> #endif |