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/ia64/gen/isinf.c | |
| parent | cc8557f55020f551475419ba033b941b0e527fc3 (diff) | |
Notes
Diffstat (limited to 'lib/libc/ia64/gen/isinf.c')
| -rw-r--r-- | lib/libc/ia64/gen/isinf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/ia64/gen/isinf.c b/lib/libc/ia64/gen/isinf.c index d8789051844c..f47ef619939b 100644 --- a/lib/libc/ia64/gen/isinf.c +++ b/lib/libc/ia64/gen/isinf.c @@ -27,6 +27,8 @@ * rights to redistribute these changes. */ +/* For binary compat; to be removed in FreeBSD 6.0. */ + #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); @@ -34,6 +36,9 @@ __FBSDID("$FreeBSD$"); #include <machine/ieee.h> #include <math.h> +#undef isnan +#undef isinf + int isnan(d) double d; |
