From cbf377edd318a6f35e5b54573f902299c6da9ed5 Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Wed, 3 Jun 2015 16:35:44 +0100 Subject: Replace finite with isfinite. --- sysdeps/ieee754/ldbl-opt/nldbl-finite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/ieee754/ldbl-opt') diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-finite.c b/sysdeps/ieee754/ldbl-opt/nldbl-finite.c index af962386c1..fc51508f16 100644 --- a/sysdeps/ieee754/ldbl-opt/nldbl-finite.c +++ b/sysdeps/ieee754/ldbl-opt/nldbl-finite.c @@ -4,7 +4,7 @@ int attribute_hidden __finitel (double x) { - return finite (x); + return isfinite (x); } extern __typeof (__finitel) finitel attribute_hidden; weak_alias (__finitel, finitel) -- cgit v1.2.3-70-g09d2