diff options
| author | Manuel Novoa III <mjn3@codepoet.org> | 2002-03-12 01:18:50 +0000 |
|---|---|---|
| committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-03-12 01:18:50 +0000 |
| commit | 03e039820dc5092e27e81f3671652f25da7f25f1 (patch) | |
| tree | 37bddad6951b8a6aa5d75184353705f672217812 /libc/misc/internals/zoicheck.c | |
| parent | ff3e48d94097ed02480bb0df538620b221ccd72f (diff) | |
| download | uClibc-alpine-03e039820dc5092e27e81f3671652f25da7f25f1.tar.bz2 uClibc-alpine-03e039820dc5092e27e81f3671652f25da7f25f1.tar.xz | |
Swap in the new stdio code.
Diffstat (limited to 'libc/misc/internals/zoicheck.c')
| -rw-r--r-- | libc/misc/internals/zoicheck.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libc/misc/internals/zoicheck.c b/libc/misc/internals/zoicheck.c deleted file mode 100644 index 2113c6298..000000000 --- a/libc/misc/internals/zoicheck.c +++ /dev/null @@ -1,16 +0,0 @@ - -/* - * Copyright (C) 2000 Manuel Novoa III - * - * This is a utility routine for strtod errno support. - * As the name implies, it checks if a double is either 0 or +/-infinity. - * Doing this inline doesn't work on i386 because of excess precission - * stored in the FPU. - * - * TODO: Check bitmasks directly? - */ - -int _zero_or_inf_check(double x) -{ - return ( x == x/4 ); -} |
