summaryrefslogtreecommitdiff
path: root/libc/math/e_sqrtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math/e_sqrtl.c')
-rw-r--r--libc/math/e_sqrtl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/math/e_sqrtl.c b/libc/math/e_sqrtl.c
index 7680bdb14..af9c2b51b 100644
--- a/libc/math/e_sqrtl.c
+++ b/libc/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>