Don't use #include_next.

This commit is contained in:
Ulrich Drepper 1998-09-23 16:34:46 +00:00
parent c06df69780
commit 9a84961b89
4 changed files with 4 additions and 4 deletions

View File

@ -38,4 +38,4 @@
#define STACK_GROWTH_DOWN
#include_next <sysdep.h>
#include <sysdeps/mach/sysdep.h>

View File

@ -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>

View File

@ -80,4 +80,4 @@ _start:\n\
#define ret j ra; nop
#endif
#include_next <sysdep.h>
#include <sysdeps/mach/sysdep.h>

View File

@ -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>