glibc/include/bits/stdlib-float.h
2012-11-02 18:43:27 -07:00

5 lines
116 B
C

/* No floating-point inline functions in rtld. */
#ifndef IS_IN_rtld
# include <stdlib/bits/stdlib-float.h>
#endif