]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/ieee754/ldbl-opt/s_isinf.c
Remove IS_IN_libm
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / s_isinf.c
1 #include <math_ldbl_opt.h>
2 #include <sysdeps/ieee754/dbl-64/s_isinf.c>
3 #if !IS_IN (libm)
4 # if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
5 compat_symbol (libc, __isinf, __isinfl, GLIBC_2_0);
6 compat_symbol (libc, isinf, isinfl, GLIBC_2_0);
7 # endif
8 #endif