diff options
Diffstat (limited to 'math/w_atan2l_compat.c')
-rw-r--r-- | math/w_atan2l_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_atan2l_compat.c b/math/w_atan2l_compat.c index 87b73948da..9dc2b144ea 100644 --- a/math/w_atan2l_compat.c +++ b/math/w_atan2l_compat.c @@ -26,6 +26,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT long double __atan2l (long double y, long double x) { @@ -40,3 +41,4 @@ __atan2l (long double y, long double x) return z; } weak_alias (__atan2l, atan2l) +#endif |