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)
5strong_alias (__pow10, __pow10_pow10l)
6compat_symbol (libm, __pow10_pow10l, pow10l, GLIBC_2_1);
7# endif
8#endif
9

source code of glibc/sysdeps/ieee754/ldbl-opt/w_exp10_compat.c