]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 6c1035a5e39a96be4d361a1709ce4dcc1e1c0d1e..55130754aabfb7a790fc80ca4c6168e4f4f4bfdf 100644 (file)
@@ -38,4 +38,4 @@
 
 #define STACK_GROWTH_DOWN
 
-#include_next <sysdep.h>
+#include <sysdeps/mach/sysdep.h>
index ea9f944064020f097a98b106b75902aa56528638..dc30a79926afd41157635a09ec40ed73e976c9f0 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 7bacb02cf43348307254e57431a40cf9a0816b37..45cbf6920cc9ae0443464856688a527ab8d20028 100644 (file)
@@ -80,4 +80,4 @@ _start:\n\
 #define ret    j ra; nop
 #endif
 
-#include_next <sysdep.h>
+#include <sysdeps/mach/sysdep.h>
index a72848dfc0fc444540f31127b23a8ea544afb5a3..17334cf8101c3f1baa882335ccf228406b8e9fc1 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>