From 53e8a878e6335555f93b3c91d442774c0b213284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 11 Sep 2008 22:45:17 +0000 Subject: [PATCH] isnan and isfinite are macros git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27424 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/math.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/headers/posix/math.h b/headers/posix/math.h index 9eed5322cf..e5c48de4b1 100644 --- a/headers/posix/math.h +++ b/headers/posix/math.h @@ -198,8 +198,6 @@ extern double copysign(double x, double y); extern double scalbln(double x, long n); extern double scalbn(double x, int y); extern double drem(double x, double y); -extern int isnan(double x); -extern int isfinite(double x); extern int finite(double x); extern float j0f(float x); extern float j1f(float x);