]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/e_scalbf.c
Merge branch 'master' of git://sourceware.org/git/glibc
[thirdparty/glibc.git] / math / e_scalbf.c
index 73b671cfcf26285e9954bfbbb93a5c5b64c90386..aa08b9a81deeed756a5492bf07dabebd9348211f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2017 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
 
@@ -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);