diff options
Diffstat (limited to 'mit-pthreads/machdep/sunos-4.1.3/__math.h')
-rwxr-xr-x | mit-pthreads/machdep/sunos-4.1.3/__math.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/sunos-4.1.3/__math.h b/mit-pthreads/machdep/sunos-4.1.3/__math.h new file mode 100755 index 00000000000..9de1dc6d4bd --- /dev/null +++ b/mit-pthreads/machdep/sunos-4.1.3/__math.h @@ -0,0 +1,5 @@ +/* + * Posix (actually ansi C) section + */ +#define HUGE_VAL (__infinity()) /* Produces IEEE Infinity. */ + |