0003-mips-unwind.diff 570 B

12345678910111213
  1. diff --git a/libgcc/config/mips/linux-unwind.h b/libgcc/config/mips/linux-unwind.h
  2. index bf12de5..4035c121 100644
  3. --- a/libgcc/config/mips/linux-unwind.h
  4. +++ b/libgcc/config/mips/linux-unwind.h
  5. @@ -27,7 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  6. state data appropriately. See unwind-dw2.c for the structs. */
  7. #include <signal.h>
  8. -#include <asm/unistd.h>
  9. +#include <sys/syscall.h>
  10. /* The third parameter to the signal handler points to something with
  11. * this structure defined in asm/ucontext.h, but the name clashes with