1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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:
David Schultz 2004-07-09 10:01:10 +00:00
parent ef151d7822
commit 9fc5c45bad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131865
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)