Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2009-07-03 15:58:04 +0400
committerEric Blake <eblake@redhat.com>2009-07-03 15:58:04 +0400
commitce1eb6bba042d759a2fd8f57dfc01fcc8c478b57 (patch)
tree7d322aea0cc4b9ebe46f64da6e45a6d1aab190f4 /newlib/libc/stdio/stdio.tex
parenta4175657bfb652ab816a54a219acf926a2f5762b (diff)
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.tex4
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