]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ia64: convert "math{,_private}.h" to <math{,_private}.h>
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Apr 2012 02:19:02 +0000 (22:19 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 03:07:56 +0000 (23:07 -0400)
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>
ChangeLog.ia64
sysdeps/ia64/fpu/s_matherrf.c
sysdeps/ia64/fpu/s_matherrl.c

index 85a3129d0146101c9b2e457c0e8c9e25cf0056ef..f48cbf907272c8a5451edfbb62fb8a6a0d28e69d 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-27  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/fpu/s_matherrf.c: Change "math.h" and "math_private.h"
+       to <math.h> and <math_private.h>.
+       * sysdeps/ia64/fpu/s_matherrl.c: Likewise.
+
 2012-04-27  Mike Frysinger  <vapier@gentoo.org>
 
        * sysdeps/ia64/hp-timing.h: Change stdio-common/_itoa.h to _itoa.h.
index 4b3033ecc3575d026a3f94f515af005609e78e26..31f52aa408f51059b9f6631b225c6abee1137efd 100644 (file)
@@ -11,8 +11,8 @@
  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include "libm_support.h"
 
 #ifdef __STDC__
index 751cc6b51e65d9dfc87e165a6839e6f1c5490848..e0bf638342007e9044d3b6daf7c5b731348363f0 100644 (file)
@@ -11,8 +11,8 @@
  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include "libm_support.h"
 
 #ifdef __STDC__