diff options
Diffstat (limited to 'lib/libc/mips/gdtoa/arith.h')
-rw-r--r-- | lib/libc/mips/gdtoa/arith.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/mips/gdtoa/arith.h b/lib/libc/mips/gdtoa/arith.h new file mode 100644 index 0000000..8b700f8 --- /dev/null +++ b/lib/libc/mips/gdtoa/arith.h @@ -0,0 +1,10 @@ +/* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */ +/* $FreeBSD$ */ + +#include <machine/endian.h> + +#if BYTE_ORDER == BIG_ENDIAN +#define IEEE_BIG_ENDIAN +#else +#define IEEE_LITTLE_ENDIAN +#endif |