mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
10 lines
269 B
C
10 lines
269 B
C
#include <math_ldbl_opt.h>
|
|
#include <math/s_ldexp.c>
|
|
#ifdef IS_IN_libm
|
|
# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
|
|
compat_symbol (libm, __ldexp, ldexpl, GLIBC_2_0);
|
|
# endif
|
|
#elif LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
|
|
compat_symbol (libc, __ldexp, ldexpl, GLIBC_2_0);
|
|
#endif
|