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