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