about summary refs log tree commit diff
path: root/math/e_scalbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/e_scalbf.c')
-rw-r--r--math/e_scalbf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_scalbf.c b/math/e_scalbf.c
index 23b38a95de..aa08b9a81d 100644
--- a/math/e_scalbf.c
+++ b/math/e_scalbf.c
@@ -24,7 +24,7 @@ static float
 __attribute__ ((noinline))
 invalid_fn (float x, float fn)
 {
-  if (__rintf (fn) != fn)
+  if (rintf (fn) != fn)
     return (fn - fn) / (fn - fn);
   else if (fn > 65000.0f)
     return __scalbnf (x, 65000);