diff options
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/stdlib.h b/newlib/libc/include/stdlib.h index 20549f4c7..a6f1041e7 100644 --- a/newlib/libc/include/stdlib.h +++ b/newlib/libc/include/stdlib.h @@ -89,6 +89,7 @@ int _EXFUN(rand,(_VOID)); _PTR _EXFUN(realloc,(_PTR __r, size_t __size)); _VOID _EXFUN(srand,(unsigned __seed)); double _EXFUN(strtod,(const char *__n, char **_end_PTR)); +double _EXFUN(_strtod_r,(struct _reent *,const char *__n, char **_end_PTR)); #ifndef __STRICT_ANSI__ float _EXFUN(strtodf,(const char *__n, char **_end_PTR)); #endif |