From: Szabolcs Nagy Date: Thu, 25 Aug 2016 14:08:27 +0000 (+0000) Subject: [mips] Fix linux header use in libgcc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=726f49c3d91b358735f49d398ee42fe2aae448d6;p=gcc.git [mips] Fix linux header use in libgcc libgcc/ * config/mips/linux-unwind.h: Use sys/syscall.h. From-SVN: r239759 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b78c4b28c4c..99bd2f13681 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2016-08-25 Szabolcs Nagy + + * config/mips/linux-unwind.h: Use sys/syscall.h. + 2016-08-16 Joseph Myers PR libgcc/77265 diff --git a/libgcc/config/mips/linux-unwind.h b/libgcc/config/mips/linux-unwind.h index bf12de5354b..4035c1211db 100644 --- a/libgcc/config/mips/linux-unwind.h +++ b/libgcc/config/mips/linux-unwind.h @@ -27,7 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see state data appropriately. See unwind-dw2.c for the structs. */ #include -#include +#include /* The third parameter to the signal handler points to something with * this structure defined in asm/ucontext.h, but the name clashes with