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/stdio/stdio.tex')
-rw-r--r--newlib/libc/stdio/stdio.tex8
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex
index 363efd48d..2088d74ed 100644
--- a/newlib/libc/stdio/stdio.tex
+++ b/newlib/libc/stdio/stdio.tex
@@ -50,7 +50,6 @@ structure.
* fread:: Read array elements from a file
* freopen:: Open a file using an existing file descriptor
* fseek:: Set file position
-* __fsetlocking:: Set or query locking mode on FILE stream
* fsetpos:: Restore position of a stream or file
* ftell:: Return position in a stream or file
* funopen:: Open a stream with custom callbacks
@@ -86,7 +85,6 @@ structure.
* siscanf:: Scan and format input (integer only)
* sprintf:: Write formatted output
* sscanf:: Scan and format input
-* stdio_ext:: Access internals of FILE structure
* swprintf:: Write formatted wide character output
* swscanf:: Scan and format wide character input
* tmpfile:: Create a temporary file
@@ -180,9 +178,6 @@ structure.
@include stdio/fseek.def
@page
-@include stdio/fsetlocking.def
-
-@page
@include stdio/fsetpos.def
@page
@@ -288,9 +283,6 @@ structure.
@include stdio/sscanf.def
@page
-@include stdio/stdio_ext.def
-
-@page
@include stdio/swprintf.def
@page