about summary refs log tree commit diff
path: root/math/w_hypot_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_hypot_template.c')
-rw-r--r--math/w_hypot_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_hypot_template.c b/math/w_hypot_template.c
index 549e49aa0d..3ed0c76002 100644
--- a/math/w_hypot_template.c
+++ b/math/w_hypot_template.c
@@ -35,6 +35,7 @@ M_DECL_FUNC (__hypot) (FLOAT x, FLOAT y)
     __set_errno (ERANGE);
   return z;
 }
+libm_hidden_def (M_SUF (__hypot))
 declare_mgen_alias (__hypot, hypot)
 
 #endif /* __USE_WRAPPER_TEMPLATE.  */