1 #include <math_ldbl_opt.h> 2 #include <math/w_exp10_compat.c> 3 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) 4 # if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_27) 5 strong_alias (__pow10, __pow10_pow10l) 6 compat_symbol (libm, __pow10_pow10l, pow10l, GLIBC_2_1); 7 # endif 8 #endif 9