diff options
Diffstat (limited to 'math/w_atan2_compat.c')
-rw-r--r-- | math/w_atan2_compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_atan2_compat.c b/math/w_atan2_compat.c index 056590cf56..f2b5b69fc6 100644 --- a/math/w_atan2_compat.c +++ b/math/w_atan2_compat.c @@ -41,5 +41,6 @@ __atan2 (double y, double x) __set_errno (ERANGE); return z; } +libm_hidden_def (__atan2) libm_alias_double (__atan2, atan2) #endif |