mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 17:11:06 +00:00
10 lines
282 B
C
10 lines
282 B
C
#include <math_ldbl_opt.h>
|
|||
#include <sysdeps/ieee754/dbl-64/s_modf.c>
|
|||
#ifdef IS_IN_libm
|
|||
# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
|
|||
compat_symbol (libm, __modf, modfl, GLIBC_2_0);
|
|||
# endif
|
|||
#elif LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
|
|||
compat_symbol (libc, __modf, modfl, GLIBC_2_0);
|
|||
#endif
|