diff options
| author | Tor Egge <tegge@FreeBSD.org> | 2001-02-25 08:51:41 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 2001-02-25 08:51:41 +0000 |
| commit | 3275de7ca5a797bb9238b894213ce2f13e13d325 (patch) | |
| tree | d16ba3458151682b437f100720a5dc3138858e49 /lib/libc/stdlib/netbsd_strtod.c | |
| parent | b4540ce2ea03ab54be5d43efc80ba20c567e0e1c (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/netbsd_strtod.c')
| -rw-r--r-- | lib/libc/stdlib/netbsd_strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/netbsd_strtod.c b/lib/libc/stdlib/netbsd_strtod.c index b48f8279662c..7d80838a5c0d 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 |
