]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_logl_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / math / w_logl_compat.c
index ba65830b6754fb37dfa0917f55e0369e43240040..e37a17475e17911fb4bdad2a7d8aac12aae37c3c 100644 (file)
@@ -22,6 +22,7 @@
 #include <math-svid-compat.h>
 
 
+#if LIBM_SVID_COMPAT
 /* wrapper logl(x) */
 long double
 __logl (long double x)
@@ -43,3 +44,4 @@ __logl (long double x)
   return  __ieee754_logl (x);
 }
 weak_alias (__logl, logl)
+#endif