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/netbsd_strtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib/netbsd_strtod.c') diff --git a/lib/libc/stdlib/netbsd_strtod.c b/lib/libc/stdlib/netbsd_strtod.c index b48f827..7d80838 100644 --- a/lib/libc/stdlib/netbsd_strtod.c +++ b/lib/libc/stdlib/netbsd_strtod.c @@ -370,7 +370,7 @@ 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); + int *decpt, int *sign, char **rve, char **resultp); #endif struct -- cgit v1.1