hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame include/bits/stdlib-float.h

Packit 6c4009
/* No floating-point inline functions in rtld and for the conform tests.  */
Packit 6c4009
#ifdef _ISOMAC
Packit 6c4009
# include <stdlib/bits/stdlib-float.h>
Packit 6c4009
#else
Packit 6c4009
# if !IS_IN (rtld)
Packit 6c4009
#  include <stdlib/bits/stdlib-float.h>
Packit 6c4009
# endif
Packit 6c4009
#endif