]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/ldbl-opt/nldbl-finite.c
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use...
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-finite.c
index 000adfb8aa7073e7491e2cd948721a0dfdef783c..af962386c1a413ba334a719ab5923762deb6c743 100644 (file)
@@ -4,7 +4,7 @@ int
 attribute_hidden
 __finitel (double x)
 {
-  return __finite (x);
+  return finite (x);
 }
 extern __typeof (__finitel) finitel attribute_hidden;
 weak_alias (__finitel, finitel)