diff options
Diffstat (limited to 'math/w_atan2_template.c')
-rw-r--r-- | math/w_atan2_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_atan2_template.c b/math/w_atan2_template.c index bca55e363a..3e55e561f4 100644 --- a/math/w_atan2_template.c +++ b/math/w_atan2_template.c @@ -34,6 +34,7 @@ M_DECL_FUNC (__atan2) (FLOAT y, FLOAT x) __set_errno (ERANGE); return z; } +libm_hidden_def (M_SUF (__atan2)) declare_mgen_alias (__atan2, atan2) #endif /* __USE_WRAPPER_TEMPLATE. */ |