Don't use #include_next.
This commit is contained in:
parent
c06df69780
commit
9a84961b89
|
@ -38,4 +38,4 @@
|
|||
|
||||
#define STACK_GROWTH_DOWN
|
||||
|
||||
#include_next <sysdep.h>
|
||||
#include <sysdeps/mach/sysdep.h>
|
||||
|
|
|
@ -36,4 +36,4 @@ struct machine_thread_all_state
|
|||
struct alpha_float_state fpu;
|
||||
};
|
||||
|
||||
#include_next <thread_state.h>
|
||||
#include <sysdeps/mach/thread_state.h>
|
||||
|
|
|
@ -80,4 +80,4 @@ _start:\n\
|
|||
#define ret j ra; nop
|
||||
#endif
|
||||
|
||||
#include_next <sysdep.h>
|
||||
#include <sysdeps/mach/sysdep.h>
|
||||
|
|
|
@ -39,4 +39,4 @@ struct machine_thread_all_state
|
|||
struct mips_float_state fpu;
|
||||
};
|
||||
|
||||
#include_next <thread_state.h>
|
||||
#include <sysdeps/mach/thread_state.h>
|
||||
|
|
Loading…
Reference in New Issue