mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 05:50:26 +08:00
[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:
parent
ebef225f4d
commit
726f49c3d9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user