about summary refs log tree commit diff
path: root/math/w_atan2l_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_atan2l_compat.c')
-rw-r--r--math/w_atan2l_compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_atan2l_compat.c b/math/w_atan2l_compat.c
index 94a3b48437..f0f93939c9 100644
--- a/math/w_atan2l_compat.c
+++ b/math/w_atan2l_compat.c
@@ -41,5 +41,6 @@ __atan2l (long double y, long double x)
     __set_errno (ERANGE);
   return z;
 }
+libm_hidden_def (__atan2l)
 libm_alias_ldouble (__atan2, atan2)
 #endif