[mips] Fix linux header use in libgcc

libgcc/
	* config/mips/linux-unwind.h: Use sys/syscall.h.

From-SVN: r239759
This commit is contained in:
Szabolcs Nagy 2016-08-25 14:08:27 +00:00 committed by Szabolcs Nagy
parent ebef225f4d
commit 726f49c3d9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
* config/mips/linux-unwind.h: Use sys/syscall.h.
2016-08-16 Joseph Myers <joseph@codesourcery.com>
PR libgcc/77265

View File

@ -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 <signal.h>
#include <asm/unistd.h>
#include <sys/syscall.h>
/* The third parameter to the signal handler points to something with
* this structure defined in asm/ucontext.h, but the name clashes with