patch-defs_h.orig 408 B

1234567891011121314
  1. --- strace-4.8.orig/defs.h 2013-05-14 16:10:42.000000000 +0200
  2. +++ strace-4.8/defs.h 2013-08-14 08:01:46.000000000 +0200
  3. @@ -222,11 +222,6 @@ extern long ptrace(int, int, char *, lon
  4. # define PTRACE_EVENT_EXIT 6
  5. #endif
  6. -#if !defined(__GLIBC__)
  7. -# define PTRACE_PEEKUSER PTRACE_PEEKUSR
  8. -# define PTRACE_POKEUSER PTRACE_POKEUSR
  9. -#endif
  10. -
  11. #if USE_SEIZE
  12. # undef PTRACE_SEIZE
  13. # define PTRACE_SEIZE 0x4206