diff options
author | Eric Blake <eblake@redhat.com> | 2009-07-03 11:58:04 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2009-07-03 11:58:04 +0000 |
commit | ce1eb6bba042d759a2fd8f57dfc01fcc8c478b57 (patch) | |
tree | 7d322aea0cc4b9ebe46f64da6e45a6d1aab190f4 /newlib/libc/stdio/stdio.tex | |
parent | a4175657bfb652ab816a54a219acf926a2f5762b (diff) | |
download | cygnal-ce1eb6bba042d759a2fd8f57dfc01fcc8c478b57.tar.gz cygnal-ce1eb6bba042d759a2fd8f57dfc01fcc8c478b57.tar.bz2 cygnal-ce1eb6bba042d759a2fd8f57dfc01fcc8c478b57.zip |
Add fpurge.
* libc/stdio/fpurge.c (fpurge, _fpurge_r): New file.
* libc/stdio/Makefile.am (ELIX_4_SOURCES, CHEWOUT_FILES, fpurge):
Build it.
* libc/stdio/Makefile.in: Regenerated.
* libc/include/stdio.h (fpurge, _fpurge_r): New declarations.
* libc/stdio/stdio.tex: Build documentation.
Diffstat (limited to 'newlib/libc/stdio/stdio.tex')
-rw-r--r-- | newlib/libc/stdio/stdio.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex index 28feffbcc..2088d74ed 100644 --- a/newlib/libc/stdio/stdio.tex +++ b/newlib/libc/stdio/stdio.tex @@ -42,6 +42,7 @@ structure. * fmemopen:: Open a stream around a fixed-length buffer * fopen:: Open a file * fopencookie:: Open a stream with custom callbacks +* fpurge:: Discard all pending I/O on a stream * fputc:: Write a character on a stream or file * fputs:: Write a character string in a file or stream * fputwc:: Write a wide character to a file or stream @@ -153,6 +154,9 @@ structure. @include stdio/fopencookie.def @page +@include stdio/fpurge.def + +@page @include stdio/fputc.def @page |