Remove the declaration of isnan() from this file. It is no longer

needed as of math.h v1.40, and its prototype is incorrect here.
This commit is contained in:
das 2004-07-09 10:01:10 +00:00
parent 83e9f64836
commit 8a3f24c8d0
2 changed files with 0 additions and 6 deletions

View File

@ -23,9 +23,6 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
/* XXX lost declaration of this and isinf() in math.h but still have funcs. */
int (isnan)(float x);
#ifdef _SCALB_INT
double
__ieee754_scalb(double x, int fn)

View File

@ -20,9 +20,6 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
/* XXX lost declaration of this and isnan() in math.h but still have funcs. */
int (isnanf)(float x);
#ifdef _SCALB_INT
float
__ieee754_scalbf(float x, int fn)