summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/fpu/s_isnan.c
blob: 397717ba9cf7d8143da3524638d225a325881f9c (plain)
1
2
3
4
5
6
7
#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