diff options
Diffstat (limited to 'newlib/libc/stdlib/wcstod.c')
-rw-r--r-- | newlib/libc/stdlib/wcstod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/wcstod.c b/newlib/libc/stdlib/wcstod.c index 6b8be5e..d80454c 100644 --- a/newlib/libc/stdlib/wcstod.c +++ b/newlib/libc/stdlib/wcstod.c @@ -207,7 +207,7 @@ _DEFUN (_wcstof_r, (ptr, nptr, endptr), return (float)retval; } -#ifndef NO_REENT +#ifndef _REENT_ONLY double _DEFUN (wcstod, (nptr, endptr), |