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/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newlib/libc/stdlib/Makefile.in') diff --git a/newlib/libc/stdlib/Makefile.in b/newlib/libc/stdlib/Makefile.in index ab06a0ef3..4734317cf 100644 --- a/newlib/libc/stdlib/Makefile.in +++ b/newlib/libc/stdlib/Makefile.in @@ -520,6 +520,7 @@ CHEWOUT_FILES = \ malloc.def \ mallocr.def \ mblen.def \ + mbsnrtowcs.def \ mbstowcs.def \ mbtowc.def \ mlock.def \ @@ -532,6 +533,7 @@ CHEWOUT_FILES = \ strtoll.def \ strtoul.def \ strtoull.def \ + wcsnrtombs.def \ wcstod.def \ wcstol.def \ wcstoll.def \ -- cgit v1.2.3