blob: 54ab57198165d10728f7d59ec87dc77970ae4903 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* No floating-point inline functions in rtld and for the conform tests. */
#ifdef _ISOMAC
# include <stdlib/bits/stdlib-float.h>
#else
# if !IS_IN (rtld)
# include <stdlib/bits/stdlib-float.h>
# endif
#endif
|