mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 18:10:11 +00:00
9 lines
246 B
C
9 lines
246 B
C
#include <math_ldbl_opt.h>
|
|||
#include <sysdeps/ieee754/dbl-64/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
|