diff options
Diffstat (limited to 'newlib/libc/stdlib/dtoastub.c')
-rw-r--r-- | newlib/libc/stdlib/dtoastub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/dtoastub.c b/newlib/libc/stdlib/dtoastub.c index ff2b087..f4929f2 100644 --- a/newlib/libc/stdlib/dtoastub.c +++ b/newlib/libc/stdlib/dtoastub.c @@ -5,7 +5,7 @@ /* Nothing in newlib actually *calls* dtoa, they all call _dtoa_r, so this is a safe way of providing it to the user. */ -#ifndef NO_REENT +#ifndef _REENT_ONLY char * _DEFUN (__dtoa, |