diff options
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; |
