]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_coshf_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / math / w_coshf_compat.c
index dd622816936fd0ff8d13d23579867cdd2521301c..b5d53168f23af40d2a361fb2789c172d21a01df1 100644 (file)
@@ -22,6 +22,7 @@
 #include <math_private.h>
 #include <math-svid-compat.h>
 
+#if LIBM_SVID_COMPAT
 float
 __coshf (float x)
 {
@@ -33,3 +34,4 @@ __coshf (float x)
        return z;
 }
 weak_alias (__coshf, coshf)
+#endif