diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c b/sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c index f60b3d7bcf..003a253ba4 100644 --- a/sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c +++ b/sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c @@ -9,3 +9,8 @@ #if GAMMA_ALIAS long_double_symbol (libm, __gammal, gammal); #endif +#if BUILD_LGAMMA +# undef weak_alias +# define weak_alias(name, aliasname) _weak_alias (name, aliasname) +libm_alias_ldouble_other (__lgamma, lgamma) +#endif |