aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/fpu
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-16 22:19:02 -0400
committerMike Frysinger <vapier@gentoo.org>2012-04-27 23:07:56 -0400
commit60318997b84ab88b1a89f649a9c7dd832439091e (patch)
tree9046c73e34abe556aa183fce760efea1797391d9 /sysdeps/ia64/fpu
parent6eeb0e8f7fc7c725a4605220c3f706b9eebdd83e (diff)
downloadglibc-60318997b84ab88b1a89f649a9c7dd832439091e.tar
glibc-60318997b84ab88b1a89f649a9c7dd832439091e.tar.gz
glibc-60318997b84ab88b1a89f649a9c7dd832439091e.tar.bz2
glibc-60318997b84ab88b1a89f649a9c7dd832439091e.zip
ia64: convert "math{,_private}.h" to <math{,_private}.h>
The main tree decided to change all these includes to <...>, so update the ia64 code accordingly. Processed with a simple sed script: find `find sysdeps/ -name ia64` -type f -exec sed -i \ -r '/include/s:"(math.h|math_private.h)":<\1>:' {} + Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sysdeps/ia64/fpu')
-rw-r--r--sysdeps/ia64/fpu/s_matherrf.c4
-rw-r--r--sysdeps/ia64/fpu/s_matherrl.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/ia64/fpu/s_matherrf.c b/sysdeps/ia64/fpu/s_matherrf.c
index 4b3033ecc3..31f52aa408 100644
--- a/sysdeps/ia64/fpu/s_matherrf.c
+++ b/sysdeps/ia64/fpu/s_matherrf.c
@@ -11,8 +11,8 @@
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
#include "libm_support.h"
#ifdef __STDC__
diff --git a/sysdeps/ia64/fpu/s_matherrl.c b/sysdeps/ia64/fpu/s_matherrl.c
index 751cc6b51e..e0bf638342 100644
--- a/sysdeps/ia64/fpu/s_matherrl.c
+++ b/sysdeps/ia64/fpu/s_matherrl.c
@@ -11,8 +11,8 @@
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
#include "libm_support.h"
#ifdef __STDC__