diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-15 20:31:47 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-15 20:31:47 +0000 |
commit | cdb0b90956b8a09b80fffecdd3e84ac6cd68b1f8 (patch) | |
tree | d5f569768fe1cdb628dece6d00909925951fcfe7 | |
parent | 658fe9ec362b3fb8f53184bdc5966adf78a18d5c (diff) | |
download | cygnal-cdb0b90956b8a09b80fffecdd3e84ac6cd68b1f8.tar.gz cygnal-cdb0b90956b8a09b80fffecdd3e84ac6cd68b1f8.tar.bz2 cygnal-cdb0b90956b8a09b80fffecdd3e84ac6cd68b1f8.zip |
2008-12-15 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/stdio.tex: Remove putwc and getwc references as they
are included as part of fputwc and fgetwc, respectively.
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/libc/stdio/stdio.tex | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 68fb848d2..d722c971c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2008-12-15 Jeff Johnston <jjohnstn@redhat.com> + + * libc/stdio/stdio.tex: Remove putwc and getwc references as they + are included as part of fputwc and fgetwc, respectively. + 2008-12-12 Craig Howland <howland@LGSInnovations.com> * libc/include/wchar.h: Added wcstok() declaration. diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex index b738b9278..f2a7cfcc1 100644 --- a/newlib/libc/stdio/stdio.tex +++ b/newlib/libc/stdio/stdio.tex @@ -62,7 +62,6 @@ structure. * getline:: Get character string from a file or stream * gets:: Get character string from standard input (obsolete) * getw:: Get a word (int) from a file or stream -* getwc:: Get a wide character from a file or stream * getwchar:: Get a wide character from standard input * mktemp:: Generate unused file name * open_memstream:: Open a write stream around an arbitrary-length buffer @@ -73,7 +72,6 @@ structure. * putchar_unlocked:: Write a character on standard output (macro) * puts:: Write a character string on standard output * putw:: Write a word (int) to a file or stream -* putwc:: Write a wide character to a file or stream * putwchar:: Write a wide character to standard output * remove:: Delete a file's name * rename:: Rename a file |