diff options
Diffstat (limited to 'math/w_acoshl_compat.c')
-rw-r--r-- | math/w_acoshl_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_acoshl_compat.c b/math/w_acoshl_compat.c index b9f66c53ef..79d0370eb3 100644 --- a/math/w_acoshl_compat.c +++ b/math/w_acoshl_compat.c @@ -21,6 +21,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT /* wrapper acosl */ long double __acoshl (long double x) @@ -32,3 +33,4 @@ __acoshl (long double x) return __ieee754_acoshl (x); } weak_alias (__acoshl, acoshl) +#endif |