diff options
Diffstat (limited to 'math/w_atanhl_compat.c')
-rw-r--r-- | math/w_atanhl_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_atanhl_compat.c b/math/w_atanhl_compat.c index 56f9f1ed61..837a6652b8 100644 --- a/math/w_atanhl_compat.c +++ b/math/w_atanhl_compat.c @@ -21,6 +21,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT /* wrapper atanhl */ long double __atanhl (long double x) @@ -35,3 +36,4 @@ __atanhl (long double x) return __ieee754_atanhl (x); } weak_alias (__atanhl, atanhl) +#endif |