555474f2da
This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
20 lines
348 B
Diff
20 lines
348 B
Diff
ARM defines SYS_cacheflush, but doesn't have <asm/cachectl.h>
|
|
---
|
|
system.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/system.c
|
|
+++ b/system.c
|
|
@@ -70,9 +70,11 @@
|
|
#include <linux/capability.h>
|
|
#endif
|
|
|
|
+#ifndef ARM
|
|
#ifdef SYS_cacheflush
|
|
#include <asm/cachectl.h>
|
|
#endif
|
|
+#endif
|
|
|
|
#ifdef HAVE_LINUX_USTNAME_H
|
|
#include <linux/utsname.h>
|