diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-02-25 21:33:18 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-02-25 21:33:18 +0000 |
commit | 297367e3b31f8f32c1fb77155ecc8649d27b38de (patch) | |
tree | 724c73a146b1e917ed348e7ef6802b0c68f48d76 /newlib/libc/stdlib/Makefile.am | |
parent | 8d8bf5a5e292a2b436ad4d5dedd4595ecf15f9ee (diff) | |
download | cygnal-297367e3b31f8f32c1fb77155ecc8649d27b38de.tar.gz cygnal-297367e3b31f8f32c1fb77155ecc8649d27b38de.tar.bz2 cygnal-297367e3b31f8f32c1fb77155ecc8649d27b38de.zip |
2009-02-25 Brooks Moses <brooks@codesourcery.com>
* 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.
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r-- | newlib/libc/stdlib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index 6a9296e62..74df73a09 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -229,6 +229,7 @@ CHEWOUT_FILES= \ malloc.def \ mallocr.def \ mblen.def \ + mbsnrtowcs.def \ mbstowcs.def \ mbtowc.def \ mlock.def \ @@ -241,6 +242,7 @@ CHEWOUT_FILES= \ strtoll.def \ strtoul.def \ strtoull.def \ + wcsnrtombs.def \ wcstod.def \ wcstol.def \ wcstoll.def \ |