ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

strace-arm_process.patch (203B)


      1 --- strace-4.8.org/process.c
      2 +++ strace-4.8/process.c
      3 @@ -91,6 +91,10 @@
      4  # include <asm/rse.h>
      5  #endif
      6  
      7 +#ifdef __arm__
      8 +#include <asm/ptrace.h>
      9 +#endif
     10 +
     11  #ifdef HAVE_PRCTL
     12  # include <sys/prctl.h>
     13