summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/netbsd-1.0/__math.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/netbsd-1.0/__math.h')
-rwxr-xr-xmit-pthreads/machdep/netbsd-1.0/__math.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/netbsd-1.0/__math.h b/mit-pthreads/machdep/netbsd-1.0/__math.h
new file mode 100755
index 00000000000..dc009d822f4
--- /dev/null
+++ b/mit-pthreads/machdep/netbsd-1.0/__math.h
@@ -0,0 +1,6 @@
+/*
+ * ANSI/POSIX
+ */
+extern char __infinity[];
+#define HUGE_VAL (*(double *) __infinity)
+