summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtod.c
diff options
context:
space:
mode:
authorrahnds <>1997-03-25 17:07:30 +0000
committerrahnds <>1997-03-25 17:07:30 +0000
commitc6d8f4861d383c904c999fe2208208f858a6ded7 (patch)
tree141ff7d9197a286501a92b4ca37f18eed2cd9300 /src/lib/libc/stdlib/strtod.c
parent9ef5ff680d3f49f6d87e0db802c093c597c4f1c5 (diff)
downloadopenbsd-c6d8f4861d383c904c999fe2208208f858a6ded7.tar.gz
openbsd-c6d8f4861d383c904c999fe2208208f858a6ded7.tar.bz2
openbsd-c6d8f4861d383c904c999fe2208208f858a6ded7.zip
Ok here is the mvme88k userland, minus a few important pieces.
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
Diffstat (limited to 'src/lib/libc/stdlib/strtod.c')
-rw-r--r--src/lib/libc/stdlib/strtod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtod.c b/src/lib/libc/stdlib/strtod.c
index 5ee50867a9..a4ba993095 100644
--- a/src/lib/libc/stdlib/strtod.c
+++ b/src/lib/libc/stdlib/strtod.c
@@ -90,12 +90,12 @@
90 */ 90 */
91 91
92#if defined(LIBC_SCCS) && !defined(lint) 92#if defined(LIBC_SCCS) && !defined(lint)
93static char *rcsid = "$OpenBSD: strtod.c,v 1.8 1997/01/09 03:19:01 rahnds Exp $"; 93static char *rcsid = "$OpenBSD: strtod.c,v 1.9 1997/03/25 17:07:30 rahnds Exp $";
94#endif /* LIBC_SCCS and not lint */ 94#endif /* LIBC_SCCS and not lint */
95 95
96#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ 96#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
97 defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ 97 defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
98 defined(__powerpc__) 98 defined(__powerpc__) || defined(__m88k__)
99#include <sys/types.h> 99#include <sys/types.h>
100#if BYTE_ORDER == BIG_ENDIAN 100#if BYTE_ORDER == BIG_ENDIAN
101#define IEEE_BIG_ENDIAN 101#define IEEE_BIG_ENDIAN