about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-08 14:19:57 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-08 14:19:57 -0700
commit92142c0cfd69f7171695ca68f88fe8407aa8b7e5 (patch)
tree51929c583ac838bf0ddb62214494ae7d503b4ca6 /ports/sysdeps/unix/sysv
parent69a14aa48712cf436b3f31c59b3f9fcc71b5dbb4 (diff)
downloadglibc-92142c0cfd69f7171695ca68f88fe8407aa8b7e5.tar.gz
glibc-92142c0cfd69f7171695ca68f88fe8407aa8b7e5.tar.xz
glibc-92142c0cfd69f7171695ca68f88fe8407aa8b7e5.zip
ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition.
Diffstat (limited to 'ports/sysdeps/unix/sysv')
-rw-r--r--ports/sysdeps/unix/sysv/linux/arm/dl-machine.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h b/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h
index 7c96cb754f..68e8be9e61 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h
+++ b/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h
@@ -22,7 +22,9 @@
 #define CLEAR_CACHE(BEG,END)                                            \
   INTERNAL_SYSCALL_ARM (cacheflush, , 3, (BEG), (END), 0)
 
-/* The rest is just machine-specific.  */
-#include <sysdeps/arm/dl-machine.h>
-
 #endif
+
+/* The rest is just machine-specific.
+   This #include is outside the #ifndef because the parts of
+   dl-machine.h used only by dynamic-link.h are outside the guard.  */
+#include <sysdeps/arm/dl-machine.h>