]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_coshl_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / math / w_coshl_compat.c
index 5fa32bea880eac8655eef082ac010399e4d9df23..4dab6eff67939a8d30bc79598c7b6f83a292d42f 100644 (file)
@@ -23,6 +23,7 @@
 #include <math_private.h>
 #include <math-svid-compat.h>
 
+#if LIBM_SVID_COMPAT
 long double
 __coshl (long double x)
 {
@@ -34,3 +35,4 @@ __coshl (long double x)
        return z;
 }
 weak_alias (__coshl, coshl)
+#endif