diff options
Diffstat (limited to 'lib/libpthread/machdep/freebsd-2.0/__math.h')
-rwxr-xr-x | lib/libpthread/machdep/freebsd-2.0/__math.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libpthread/machdep/freebsd-2.0/__math.h b/lib/libpthread/machdep/freebsd-2.0/__math.h deleted file mode 100755 index 27ed0f2575d..00000000000 --- a/lib/libpthread/machdep/freebsd-2.0/__math.h +++ /dev/null @@ -1,6 +0,0 @@ -/* - * ANSI/POSIX - */ -extern char __infinity[]; -#define HUGE_VAL (*(double *) __infinity) - |