diff --git a/newlib/ChangeLog b/newlib/ChangeLog index df1e34c96..d37a378c8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2015-11-20 Corinna Vinschen + + * libc/stdlib/wcstold.c (_strtold): Drop unused declaration. + 2015-11-19 Yaakov Selkowitz * libc/stdlib/stdlib.tex: Fix typo in rpmatch reference. diff --git a/newlib/libc/stdlib/wcstold.c b/newlib/libc/stdlib/wcstold.c index 44729aeb1..e94aca919 100644 --- a/newlib/libc/stdlib/wcstold.c +++ b/newlib/libc/stdlib/wcstold.c @@ -35,8 +35,6 @@ POSSIBILITY OF SUCH DAMAGE. #include #include "local.h" -extern _LONG_DOUBLE _strtold _PARAMS((char *s, char **sptr)); - long double wcstold (const wchar_t *__restrict nptr, wchar_t **__restrict endptr) {