ARM defines SYS_cacheflush, but doesn't have --- system.c | 2 ++ 1 file changed, 2 insertions(+) --- a/system.c +++ b/system.c @@ -70,9 +70,11 @@ #include #endif +#ifndef ARM #ifdef SYS_cacheflush #include #endif +#endif #ifdef HAVE_LINUX_USTNAME_H #include