From 9fda32a9dd08c5289baa3ae275467a66094f8522 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 8 Dec 2005 19:08:43 +0000 Subject: Use __strtod --- libc/stdlib/strtof.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/stdlib/strtof.c') diff --git a/libc/stdlib/strtof.c b/libc/stdlib/strtof.c index a5180677c..d25a67d05 100644 --- a/libc/stdlib/strtof.c +++ b/libc/stdlib/strtof.c @@ -23,6 +23,8 @@ * to an internal conversion from a double to a float, thereby wasting a bunch * of precision. But this is small, and works for now... */ +#define strtod __strtod + #include float strtof (const char *str, char **endptr) -- cgit v1.2.3