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:
parent
83e9f64836
commit
8a3f24c8d0
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user