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