]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/ldbl-96/e_j1l.c
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use...
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-96 / e_j1l.c
index 1adc8f669f729277d7a86dd435190d687c048d7c..1bd54995a88863ff2a0d765f1930c990a4df7d2f 100644 (file)
@@ -236,7 +236,7 @@ __ieee754_y1l (long double x)
   if (__glibc_unlikely (ix <= 0x3fbe))
     {                          /* x < 2**-65 */
       z = -tpi / x;
-      if (__isinfl (z))
+      if (isinf (z))
        __set_errno (ERANGE);
       return z;
     }