blob: 2c47009e4f4320c41298fcd1cdd9e430e7b986b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- strace-4.8.orig/syscall.c 2013-05-14 16:10:42.000000000 +0200
+++ strace-4.8/syscall.c 2014-02-26 17:46:14.000000000 +0100
@@ -72,12 +72,8 @@
# include <elf.h>
#endif
-#if defined(AARCH64)
-# include <asm/ptrace.h>
-#endif
-
-#if defined(XTENSA)
-# include <asm/ptrace.h>
+#ifndef POWERPC
+#include <asm/ptrace.h>
#endif
#ifndef ERESTARTSYS
|