diff options
Diffstat (limited to 'math/w_lgammal_r_compat.c')
-rw-r--r-- | math/w_lgammal_r_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_lgammal_r_compat.c b/math/w_lgammal_r_compat.c index 09a8070b46..6ebfa41333 100644 --- a/math/w_lgammal_r_compat.c +++ b/math/w_lgammal_r_compat.c @@ -32,7 +32,7 @@ __lgammal_r(long double x, int *signgamp) if(__builtin_expect(!isfinite(y), 0) && isfinite(x) && _LIB_VERSION != _IEEE_) return __kernel_standard(x, x, - __floorl(x)==x&&x<=0.0 + floorl(x)==x&&x<=0.0 ? 215 /* lgamma pole */ : 214); /* lgamma overflow */ |