about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c
blob: 082ce8aaff95547624640e7dd0391480f04c0148 (plain) (blame)
1
2
3
4
5
#include <math_ldbl_opt.h>
#include <math/w_tgamma_compat.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
compat_symbol (libm, __tgamma, tgammal, GLIBC_2_1);
#endif