diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/stdlib/wcstold.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/wcstold.c b/newlib/libc/stdlib/wcstold.c index 44729ae..e94aca9 100644 --- a/newlib/libc/stdlib/wcstold.c +++ b/newlib/libc/stdlib/wcstold.c @@ -35,8 +35,6 @@ POSSIBILITY OF SUCH DAMAGE. #include <locale.h> #include "local.h" -extern _LONG_DOUBLE _strtold _PARAMS((char *s, char **sptr)); - long double wcstold (const wchar_t *__restrict nptr, wchar_t **__restrict endptr) { |