Blame sysdeps/ieee754/ldbl-opt/w_exp10_compat.c

Packit 6c4009
#include <math_ldbl_opt.h>
Packit 6c4009
#include <math/w_exp10_compat.c>
Packit 6c4009
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
Packit 6c4009
# if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_27)
Packit 6c4009
strong_alias (__pow10, __pow10_pow10l)
Packit 6c4009
compat_symbol (libm, __pow10_pow10l, pow10l, GLIBC_2_1);
Packit 6c4009
# endif
Packit 6c4009
#endif