Change stdlib.h base, not inttypes.h

From-SVN: r220761
This commit is contained in:
Daniel Richard G. 2015-02-17 14:45:48 +00:00 committed by David Edelsohn
parent fb96818737
commit ba5b5e2431
2 changed files with 6 additions and 1 deletions

View 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>

View 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 */