]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_lgammal.c
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use...
[thirdparty/glibc.git] / math / w_lgammal.c
index 1dc7e586223308aea96453eb035ec170ac11732a..8abe6a018fe2a7c8f7ac585ca34b6428c54380c2 100644 (file)
@@ -33,8 +33,8 @@ __lgammal(long double x)
                                               global variable.  */
                                            ? &signgam
                                            : &local_signgam);
-       if(__builtin_expect(!__finitel(y), 0)
-          && __finitel(x) && _LIB_VERSION != _IEEE_)
+       if(__builtin_expect(!isfinite(y), 0)
+          && isfinite(x) && _LIB_VERSION != _IEEE_)
                return __kernel_standard_l(x, x,
                                           __floorl(x)==x&&x<=0.0L
                                           ? 215 /* lgamma pole */