summaryrefslogtreecommitdiff
path: root/libm/e_hypot.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_hypot.c')
-rw-r--r--libm/e_hypot.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libm/e_hypot.c b/libm/e_hypot.c
index cd63b73ae..43fe71765 100644
--- a/libm/e_hypot.c
+++ b/libm/e_hypot.c
@@ -115,7 +115,4 @@ double __ieee754_hypot(double x, double y)
SET_HIGH_WORD(t1,high+(k<<20));
return t1*w;
} else return w;
-}
-
-strong_alias(__ieee754_hypot, hypot)
-libm_hidden_def(hypot)
+} \ No newline at end of file