aboutsummaryrefslogtreecommitdiff
path: root/math/w_ilogb.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_ilogb.c')
-rw-r--r--math/w_ilogb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_ilogb.c b/math/w_ilogb.c
index 9c0e264..b2b3108 100644
--- a/math/w_ilogb.c
+++ b/math/w_ilogb.c
@@ -31,7 +31,7 @@ __ilogb (double x)
|| __builtin_expect (r == INT_MAX, 0))
{
__set_errno (EDOM);
- feraiseexcept (FE_INVALID);
+ __feraiseexcept (FE_INVALID);
}
return r;
}