summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/netbsd_strtod.c
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>2001-02-25 08:51:41 +0000
committertegge <tegge@FreeBSD.org>2001-02-25 08:51:41 +0000
commit03881b0e6167de36767b5b06a3655b9f0e6fbd8e (patch)
tree5bc70e50d1dfe92c137946a7a6bf94b80cb884ae /lib/libc/stdlib/netbsd_strtod.c
parent9280a4f8492fb6173ae09f98559d2d1672afee88 (diff)
downloadFreeBSD-src-03881b0e6167de36767b5b06a3655b9f0e6fbd8e.zip
FreeBSD-src-03881b0e6167de36767b5b06a3655b9f0e6fbd8e.tar.gz
Update unused __dtoa prototypes to match reality.
Diffstat (limited to 'lib/libc/stdlib/netbsd_strtod.c')
-rw-r--r--lib/libc/stdlib/netbsd_strtod.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud