summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-07-09 10:01:10 +0000
committerdas <das@FreeBSD.org>2004-07-09 10:01:10 +0000
commit8a3f24c8d0ab01486531862b5f635c023f8364f6 (patch)
tree75a4695e2fbe5fe5da3076d5813a0370f10f1c82 /lib
parent83e9f64836161f871488f256a050f10d29211a4d (diff)
downloadFreeBSD-src-8a3f24c8d0ab01486531862b5f635c023f8364f6.zip
FreeBSD-src-8a3f24c8d0ab01486531862b5f635c023f8364f6.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/src/e_scalb.c3
-rw-r--r--lib/msun/src/e_scalbf.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/msun/src/e_scalb.c b/lib/msun/src/e_scalb.c
index cc35d17..6553d50 100644
--- a/lib/msun/src/e_scalb.c
+++ b/lib/msun/src/e_scalb.c
@@ -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)
diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c
index f56e077..e0e7c02 100644
--- a/lib/msun/src/e_scalbf.c
+++ b/lib/msun/src/e_scalbf.c
@@ -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)
OpenPOWER on IntegriCloud