about summary refs log tree commit diff
path: root/math/e_sqrtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/e_sqrtl.c')
-rw-r--r--math/e_sqrtl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/e_sqrtl.c b/math/e_sqrtl.c
index 7680bdb145..af9c2b51bf 100644
--- a/math/e_sqrtl.c
+++ b/math/e_sqrtl.c
@@ -9,6 +9,7 @@ __ieee754_sqrtl (long double x)
   __set_errno (ENOSYS);
   return 0.0;
 }
+strong_alias (__ieee754_sqrtl, __sqrtl_finite)
 
 stub_warning (sqrtl)
 #include <stub-tag.h>