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/stdlib.tex | |
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/stdlib.tex')
-rw-r--r-- | newlib/libc/stdlib/stdlib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex index 9242246db..b227d13e9 100644 --- a/newlib/libc/stdlib/stdlib.tex +++ b/newlib/libc/stdlib/stdlib.tex @@ -29,7 +29,7 @@ The corresponding declarations are in the header file @file{stdlib.h}. * malloc:: Allocate and manage memory (malloc, realloc, free) * mallinfo:: Get information about allocated memory * __malloc_lock:: Lock memory pool for malloc and free -* mbsnrtowcs:: Convert a character string to a wide-character string +* mbsrtowcs:: Convert a character string to a wide-character string * mbstowcs:: Minimal multibyte string to wide string converter * mblen:: Minimal multibyte length * mbtowc:: Minimal multibyte to wide character converter @@ -41,7 +41,7 @@ The corresponding declarations are in the header file @file{stdlib.h}. * strtoll:: String to long long * strtoul:: String to unsigned long * strtoull:: String to unsigned long long -* wcsnrtombs:: Convert a wide-character string to a character string +* wcsrtombs:: Convert a wide-character string to a character string * wcstod:: Wide string to double or float * wcstol:: Wide string to long * wcstoll:: Wide string to long long |