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