summaryrefslogtreecommitdiff
path: root/math/e_hypotl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/e_hypotl.c')
-rw-r--r--math/e_hypotl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/e_hypotl.c b/math/e_hypotl.c
index 07df22eb36..73bad62775 100644
--- a/math/e_hypotl.c
+++ b/math/e_hypotl.c
@@ -9,6 +9,7 @@ __ieee754_hypotl (long double x, long double y)
__set_errno (ENOSYS);
return 0.0;
}
+strong_alias (__ieee754_hypotl, __hypotl_finite)
stub_warning (__ieee754_hypotl)
#include <stub-tag.h>