diff options
Diffstat (limited to 'math/w_asinl_compat.c')
-rw-r--r-- | math/w_asinl_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_asinl_compat.c b/math/w_asinl_compat.c index c8f4d150c6..c9e1a340cc 100644 --- a/math/w_asinl_compat.c +++ b/math/w_asinl_compat.c @@ -22,6 +22,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT /* wrapper asinl */ long double __asinl (long double x) @@ -37,3 +38,4 @@ __asinl (long double x) return __ieee754_asinl (x); } weak_alias (__asinl, asinl) +#endif |