about summary refs log tree commit diff
path: root/math/w_hypotf_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_hypotf_compat.c')
-rw-r--r--math/w_hypotf_compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_hypotf_compat.c b/math/w_hypotf_compat.c
index 82870ce551..0e6f5bedad 100644
--- a/math/w_hypotf_compat.c
+++ b/math/w_hypotf_compat.c
@@ -35,5 +35,6 @@ __hypotf(float x, float y)
 
 	return z;
 }
+libm_hidden_def (__hypotf)
 libm_alias_float (__hypot, hypot)
 #endif