]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/k_standardf.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / sysdeps / ieee754 / k_standardf.c
index 85b2003daff20ec41fa105a64d66bd0a93209dfc..62d25d22dbb873891ac162329b8c5f0de8ff5c73 100644 (file)
@@ -21,6 +21,7 @@
 #include <math-svid-compat.h>
 
 
+#if LIBM_SVID_COMPAT
 /* Handle errors for a libm function as specified by TYPE (see
    comments in k_standard.c for details), with arguments X and Y,
    returning the appropriate return value for that function.  */
@@ -30,3 +31,4 @@ __kernel_standard_f (float x, float y, int type)
 {
   return __kernel_standard (x, y, type);
 }
+#endif