]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_acosl_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / math / w_acosl_compat.c
index 66600b5d38eb93af2e96bfdbad43b74663c662c2..7d2f1835ae7f90dea9f25bf30f60411684821b07 100644 (file)
@@ -22,6 +22,7 @@
 #include <math-svid-compat.h>
 
 
+#if LIBM_SVID_COMPAT
 /* wrapper acosl */
 long double
 __acosl (long double x)
@@ -37,3 +38,4 @@ __acosl (long double x)
   return __ieee754_acosl (x);
 }
 weak_alias (__acosl, acosl)
+#endif