projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix the old strace version on arm
[openwrt/svn-archive/archive.git]
/
utils
/
strace
/
patches-4.5.16
/
004-no_cacheflush.patch
1
--- a/system.c
2
+++ b/system.c
3
@@ -70,10 +70,6 @@
4
#include <linux/capability.h>
5
#endif
6
7
-#ifdef SYS_cacheflush
8
-#include <asm/cachectl.h>
9
-#endif
10
-
11
#ifdef HAVE_LINUX_USTNAME_H
12
#include <linux/utsname.h>
13
#endif