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