]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c
Move wrappers to libm-compat-calls-auto
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / w_tgamma_compat.c
1 #include <math_ldbl_opt.h>
2 #include <math/w_tgamma_compat.c>
3 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
4 compat_symbol (libm, __tgamma, tgammal, GLIBC_2_1);
5 #endif