aboutsummaryrefslogtreecommitdiff
path: root/math/w_lgammaf_r_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_lgammaf_r_compat.c')
-rw-r--r--math/w_lgammaf_r_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_lgammaf_r_compat.c b/math/w_lgammaf_r_compat.c
index c7751f13f5..78fc4fcb23 100644
--- a/math/w_lgammaf_r_compat.c
+++ b/math/w_lgammaf_r_compat.c
@@ -31,7 +31,7 @@ __lgammaf_r(float x, int *signgamp)
if(__builtin_expect(!isfinite(y), 0)
&& isfinite(x) && _LIB_VERSION != _IEEE_)
return __kernel_standard_f(x, x,
- __floorf(x)==x&&x<=0.0f
+ floorf(x)==x&&x<=0.0f
? 115 /* lgamma pole */
: 114); /* lgamma overflow */