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:
Diffstat (limited to 'newlib/libc/stdio64/stdio64.tex')
-rw-r--r--newlib/libc/stdio64/stdio64.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/newlib/libc/stdio64/stdio64.tex b/newlib/libc/stdio64/stdio64.tex
index 55818c354..95f898f3d 100644
--- a/newlib/libc/stdio64/stdio64.tex
+++ b/newlib/libc/stdio64/stdio64.tex
@@ -9,7 +9,8 @@ system, but these functions provide a uniform interface.
The corresponding declarations are in @file{stdio.h}.
-@menu
+@menu
+* fdopen64:: Turn open large file into a stream
* fopen64:: Open a large file
* freopen64:: Open a large file using an existing file descriptor
* fsetpos64:: Restore position of a large stream or file
@@ -20,6 +21,9 @@ The corresponding declarations are in @file{stdio.h}.
@end menu
@page
+@include stdio64/fdopen64.def
+
+@page
@include stdio64/fopen64.def
@page