Commit 726f49c3 by Szabolcs Nagy Committed by Szabolcs Nagy

[mips] Fix linux header use in libgcc

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

From-SVN: r239759
parent ebef225f
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment