about summary refs log tree commit diff
path: root/math/w_hypot_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_hypot_compat.c')
-rw-r--r--math/w_hypot_compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_hypot_compat.c b/math/w_hypot_compat.c
index f07039cc51..80aad58efa 100644
--- a/math/w_hypot_compat.c
+++ b/math/w_hypot_compat.c
@@ -31,5 +31,6 @@ __hypot (double x, double y)
 
 	return z;
 }
+libm_hidden_def (__hypot)
 libm_alias_double (__hypot, hypot)
 #endif