aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-03-07 09:19:26 -0800
committerRichard Henderson <rth@twiddle.net>2012-03-09 08:08:11 -0800
commit38842f4553f5dfebd8c276e07dbbbadc60921fef (patch)
treebaa66f058b3158254b6abb474b46422954068ee9 /sysdeps
parentc64bf5feb39e7ad7235ed140a8cdb142bd28608b (diff)
downloadglibc-38842f4553f5dfebd8c276e07dbbbadc60921fef.zip
glibc-38842f4553f5dfebd8c276e07dbbbadc60921fef.tar.gz
glibc-38842f4553f5dfebd8c276e07dbbbadc60921fef.tar.bz2
Use target-specific math_private.h in math_ldbl_opt.h.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h b/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
index 77ab263..b0b863c 100644
--- a/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
+++ b/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
@@ -37,7 +37,7 @@
#ifndef __ASSEMBLER__
# include <math.h>
-# include <math/math_private.h>
+# include <math_private.h>
/* Set temporarily to non-zero if long double should be considered
the same as double. */