Don't use #include_next.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Sep 1998 16:34:46 +0000 (16:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Sep 1998 16:34:46 +0000 (16:34 +0000)
sysdeps/mach/alpha/sysdep.h
sysdeps/mach/alpha/thread_state.h
sysdeps/mach/mips/sysdep.h
sysdeps/mach/mips/thread_state.h

index 6c1035a..5513075 100644 (file)
@@ -38,4 +38,4 @@
 
 #define STACK_GROWTH_DOWN
 
-#include_next <sysdep.h>
+#include <sysdeps/mach/sysdep.h>
index ea9f944..dc30a79 100644 (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>
index 7bacb02..45cbf69 100644 (file)
@@ -80,4 +80,4 @@ _start:\n\
 #define ret    j ra; nop
 #endif
 
-#include_next <sysdep.h>
+#include <sysdeps/mach/sysdep.h>
index a72848d..17334cf 100644 (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>