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