From df8d921e120e40f7f302292e0de438297bbcedf2 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 3 Dec 2009 16:11:27 +0000 Subject: 2009-12-03 Craig Howland * libc/stdlib/strtod.c: Correct "NO_REENT" to "_REENT_ONLY". * libc/stdlib/wcstod.c: Ditto. * libc/stdlib/dtoastub.c: Ditto. --- newlib/libc/stdlib/wcstod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdlib/wcstod.c') diff --git a/newlib/libc/stdlib/wcstod.c b/newlib/libc/stdlib/wcstod.c index 6b8be5e73..d80454c8f 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), -- cgit v1.2.3