Blame sysdeps/ieee754/ldbl-opt/s_isnan.c

Packit 6c4009
#include <math_ldbl_opt.h>
Packit 6c4009
#include <sysdeps/ieee754/dbl-64/s_isnan.c>
Packit 6c4009
#if !IS_IN (libm)
Packit 6c4009
# if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
Packit 6c4009
compat_symbol (libc, __isnan, __isnanl, GLIBC_2_0);
Packit 6c4009
compat_symbol (libc, isnan, isnanl, GLIBC_2_0);
Packit 6c4009
# endif
Packit 6c4009
#endif