glibc/sysdeps/powerpc/powerpc64/fpu/s_isnan.c

8 lines
216 B
C

#include <sysdeps/powerpc/fpu/s_isnan.c>
#ifndef IS_IN_libm
# if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
compat_symbol (libc, __isnan, __isnanl, GLIBC_2_0);
compat_symbol (libc, isnan, isnanl, GLIBC_2_0);
# endif
#endif