patch-syscall_c 353 B

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