diff --git a/utils/strace/patches-4.5.16/004-no_cacheflush.patch b/utils/strace/patches-4.5.16/004-no_cacheflush.patch new file mode 100644 index 000000000..0a131437f --- /dev/null +++ b/utils/strace/patches-4.5.16/004-no_cacheflush.patch @@ -0,0 +1,13 @@ +--- a/system.c ++++ b/system.c +@@ -70,10 +70,6 @@ + #include + #endif + +-#ifdef SYS_cacheflush +-#include +-#endif +- + #ifdef HAVE_LINUX_USTNAME_H + #include + #endif