summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/bsdi-2.0/__math.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/bsdi-2.0/__math.h')
-rwxr-xr-xmit-pthreads/machdep/bsdi-2.0/__math.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mit-pthreads/machdep/bsdi-2.0/__math.h b/mit-pthreads/machdep/bsdi-2.0/__math.h
deleted file mode 100755
index 2c919472f33..00000000000
--- a/mit-pthreads/machdep/bsdi-2.0/__math.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- * ANSI/POSIX
- */
-/* Generate an overflow to create +Inf; the multiply shuts up gcc 1 */
-#define HUGE_VAL (1e250*1e250) /* IEEE: positive infinity */
-