glibc/include/bits/stdlib-float.h

5 lines
115 B
C

/* No floating-point inline functions in rtld. */
#if !IS_IN (rtld)
# include <stdlib/bits/stdlib-float.h>
#endif