2014-11-24 15:24:34 +05:30
|
|
|
/* No floating-point inline functions in rtld and for the conform tests. */
|
|
|
|
#ifdef _ISOMAC
|
2012-11-02 18:43:27 -07:00
|
|
|
# include <stdlib/bits/stdlib-float.h>
|
2014-11-24 15:24:34 +05:30
|
|
|
#else
|
|
|
|
# if !IS_IN (rtld)
|
|
|
|
# include <stdlib/bits/stdlib-float.h>
|
|
|
|
# endif
|
2012-11-02 18:43:27 -07:00
|
|
|
#endif
|