Change stdlib.h base, not inttypes.h
From-SVN: r220761
This commit is contained in:
parent
fb96818737
commit
ba5b5e2431
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue