From 297367e3b31f8f32c1fb77155ecc8649d27b38de Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 25 Feb 2009 21:33:18 +0000 Subject: 2009-02-25 Brooks Moses * libc/stdlib/Makefile.am (CHEWOUT_FILES): Add mbsnrtowcs.def, wcsnrtombs.def. * libc/stdlib/Makefile.in: Regenerate. * libc/stdlib/stdlib.tex (@menu): Use correct section names for mbsrtowcs, wcsrtombs. * libc/stdlib/wcstod.c: Remove stray character in documentation. --- 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 2d62a86af..11fb922b1 100644 --- a/newlib/libc/stdlib/wcstod.c +++ b/newlib/libc/stdlib/wcstod.c @@ -71,7 +71,7 @@ DESCRIPTION round-even rule. However, <> is currently subject to double rounding errors. - The alternate functions <<_wcstod_r>> and <<_wcstof_r>:> are + The alternate functions <<_wcstod_r>> and <<_wcstof_r>> are reentrant versions of <> and <>, respectively. The extra argument <[reent]> is a pointer to a reentrancy structure. -- cgit v1.2.3