]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/ldbl-128ibm/e_expl.c
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use...
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-128ibm / e_expl.c
index 812aa89e44609173dbb274ce6d51d2109b1d2ce1..15ccc454e1e64535f58828d5e6326e4e8dbad80b 100644 (file)
@@ -233,7 +233,7 @@ __ieee754_expl (long double x)
   /* Exceptional cases:  */
   else if (isless (x, himark))
     {
-      if (__isinfl (x))
+      if (isinf (x))
        /* e^-inf == 0, with no error.  */
        return 0;
       else