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