packages/utils/strace/patches-4.5.16/004-no_cacheflush.patch

14 lines
215 B
Diff
Raw Normal View History

--- a/system.c
+++ b/system.c
@@ -70,10 +70,6 @@
#include <linux/capability.h>
#endif
-#ifdef SYS_cacheflush
-#include <asm/cachectl.h>
-#endif
-
#ifdef HAVE_LINUX_USTNAME_H
#include <linux/utsname.h>
#endif