about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-03-09 11:35:13 -0800
committerRichard Henderson <rth@twiddle.net>2012-03-09 16:11:26 -0800
commitb8c036204fd01dce20f7c610c4295709f59a2a39 (patch)
tree8a6bd09cc82f859a951a740220f581d623a404c6 /sysdeps/x86_64/fpu
parent1ed0291c3154c25633107d93e122c1b0c0f7c975 (diff)
downloadglibc-b8c036204fd01dce20f7c610c4295709f59a2a39.tar.gz
glibc-b8c036204fd01dce20f7c610c4295709f59a2a39.tar.xz
glibc-b8c036204fd01dce20f7c610c4295709f59a2a39.zip
Use include_next to chain math_private.h headers.
Diffstat (limited to 'sysdeps/x86_64/fpu')
-rw-r--r--sysdeps/x86_64/fpu/math_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/math_private.h b/sysdeps/x86_64/fpu/math_private.h
index 9b8d31de87..c8616f654a 100644
--- a/sysdeps/x86_64/fpu/math_private.h
+++ b/sysdeps/x86_64/fpu/math_private.h
@@ -16,7 +16,7 @@
       __asm __volatile ("" : : "f" (x));				      \
   } while (0)
 
-#include <math/math_private.h>
+#include_next <math_private.h>
 
 /* We can do a few things better on x86-64.  */