diff options
Diffstat (limited to 'math/w_sqrtl_compat.c')
-rw-r--r-- | math/w_sqrtl_compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_sqrtl_compat.c b/math/w_sqrtl_compat.c index 16dda403b7..a3dd418d5e 100644 --- a/math/w_sqrtl_compat.c +++ b/math/w_sqrtl_compat.c @@ -33,5 +33,6 @@ __sqrtl (long double x) return __ieee754_sqrtl (x); } +libm_hidden_def (__sqrtl) libm_alias_ldouble (__sqrt, sqrt) #endif |