diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2003-02-12 20:03:41 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2003-02-12 20:03:41 +0000 |
| commit | 5d62092f9440cea08dd1af170f272671d36499b9 (patch) | |
| tree | dcd3e60930c7e038a326f0d2956c397a380c5f93 /lib/libc/sparc64/gen/isinf.c | |
| parent | cc8557f55020f551475419ba033b941b0e527fc3 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sparc64/gen/isinf.c')
| -rw-r--r-- | lib/libc/sparc64/gen/isinf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sparc64/gen/isinf.c b/lib/libc/sparc64/gen/isinf.c index 996ad1235053..c92650e26995 100644 --- a/lib/libc/sparc64/gen/isinf.c +++ b/lib/libc/sparc64/gen/isinf.c @@ -28,6 +28,8 @@ * from: FreeBSD: src/lib/libc/alpha/gen/isinf.c,v 1.2 2000/05/10 */ +/* For binary compat; to be removed in FreeBSD 6.0. */ + #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); @@ -35,6 +37,9 @@ __FBSDID("$FreeBSD$"); #include <machine/ieee.h> #include <math.h> +#undef isnan +#undef isinf + int isnan(d) double d; |
