]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / w_tgammal_compat.c
CommitLineData
c6251f03
RM
1#include <math_ldbl_opt.h>
2#undef weak_alias
3#define weak_alias(n,a)
f67d7819 4#include <math/w_tgammal_compat.c>
4f3647e4 5#if LIBM_SVID_COMPAT
c6251f03 6long_double_symbol (libm, __tgammal, tgammal);
4f3647e4 7#endif