Change stdlib.h base, not inttypes.h
authorDaniel Richard G. <skunk@iskunk.org>
Tue, 17 Feb 2015 14:45:48 +0000 (14:45 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 17 Feb 2015 14:45:48 +0000 (09:45 -0500)
From-SVN: r220761

fixincludes/ChangeLog
fixincludes/tests/base/stdlib.h

index 78d4b5824aee6a975d940d7080c27ce9bfd300bf..3c0520b2d1a45b16a003cfb1902ccde2dc2831d3 100644 (file)
@@ -4,7 +4,7 @@
        PR bootstrap/53348
        * inclhack.def (aix_strtof_const): New fix.
        * fixincl.x: Regenerate.
-       * tests/base/inttypes.h: New test.
+       * tests/base/stdlib.h: New test.
 
 2015-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
index d104cc7d5175d7c6d8d800c8faf61f94708a8e66..2f91e07636aa2fc703290435611e3b8dc37d9148 100644 (file)
@@ -9,6 +9,11 @@
 
 
 
+#if defined( AIX_STRTOF_CONST_CHECK )
+extern float    strtof(const char *, char **);
+#endif  /* AIX_STRTOF_CONST_CHECK */
+
+
 #if defined( HPUX11_ABS_CHECK )
 #if !defined(_MATH_INCLUDED) || defined(__GNUG__)
 #endif  /* HPUX11_ABS_CHECK */