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