]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_acosf_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / math / w_acosf_compat.c
index 0bf557c9c59c51ebe2954cdd041d1d1ac6c8198a..97cac13cd6aebc26b7d86026c2c950dfacf4a17d 100644 (file)
@@ -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