diff options
Diffstat (limited to 'math/w_asinf_compat.c')
-rw-r--r-- | math/w_asinf_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_asinf_compat.c b/math/w_asinf_compat.c index 0eb20b10b5..10ee32328e 100644 --- a/math/w_asinf_compat.c +++ b/math/w_asinf_compat.c @@ -22,6 +22,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT /* wrapper asinf */ float __asinf (float x) @@ -37,3 +38,4 @@ __asinf (float x) return __ieee754_asinf (x); } weak_alias (__asinf, asinf) +#endif |