From 03881b0e6167de36767b5b06a3655b9f0e6fbd8e Mon Sep 17 00:00:00 2001 From: tegge Date: Sun, 25 Feb 2001 08:51:41 +0000 Subject: Update unused __dtoa prototypes to match reality. --- lib/libc/stdlib/strtod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/strtod.c') diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index 1ed622c..f8ed1c3 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -359,8 +359,8 @@ extern double rnd_prod(double, double), rnd_quot(double, double); #ifdef __cplusplus extern "C" double strtod(const char *s00, char **se); -extern "C" char *dtoa(double d, int mode, int ndigits, - int *decpt, int *sign, char **rve); +extern "C" char *__dtoa(double d, int mode, int ndigits, + int *decpt, int *sign, char **rve, char **resultp); #endif struct -- cgit v1.1