about summary refs log tree commit diff
path: root/math/e_scalb.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/e_scalb.c')
-rw-r--r--math/e_scalb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_scalb.c b/math/e_scalb.c
index 146d49e1c3..d315d57681 100644
--- a/math/e_scalb.c
+++ b/math/e_scalb.c
@@ -27,7 +27,7 @@ invalid_fn (double x, double fn)
 {
   if (__rint (fn) != fn)
     {
-      feraiseexcept (FE_INVALID);
+      __feraiseexcept (FE_INVALID);
       return __nan ("");
     }
   else if (fn > 65000.0)