* stdio.tex: Add menu entries for __fsetlocking and stdio_ext.
* stdio_ext.c: Add "stdio_ext" to synopsis.
This commit is contained in:
parent
706827dd10
commit
2a06c6dcc4
|
@ -1,3 +1,8 @@
|
||||||
|
2014-12-18 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
|
* stdio.tex: Add menu entries for __fsetlocking and stdio_ext.
|
||||||
|
* stdio_ext.c: Add "stdio_ext" to synopsis.
|
||||||
|
|
||||||
2014-12-16 DJ Delorie <dj@redhat.com>
|
2014-12-16 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume that
|
* libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume that
|
||||||
|
|
|
@ -50,6 +50,7 @@ structure.
|
||||||
* fread:: Read array elements from a file
|
* fread:: Read array elements from a file
|
||||||
* freopen:: Open a file using an existing file descriptor
|
* freopen:: Open a file using an existing file descriptor
|
||||||
* fseek:: Set file position
|
* fseek:: Set file position
|
||||||
|
* __fsetlocking:: Set or query locking mode on FILE stream
|
||||||
* fsetpos:: Restore position of a stream or file
|
* fsetpos:: Restore position of a stream or file
|
||||||
* ftell:: Return position in a stream or file
|
* ftell:: Return position in a stream or file
|
||||||
* funopen:: Open a stream with custom callbacks
|
* funopen:: Open a stream with custom callbacks
|
||||||
|
@ -85,6 +86,7 @@ structure.
|
||||||
* siscanf:: Scan and format input (integer only)
|
* siscanf:: Scan and format input (integer only)
|
||||||
* sprintf:: Write formatted output
|
* sprintf:: Write formatted output
|
||||||
* sscanf:: Scan and format input
|
* sscanf:: Scan and format input
|
||||||
|
* stdio_ext:: Access internals of FILE structure
|
||||||
* swprintf:: Write formatted wide character output
|
* swprintf:: Write formatted wide character output
|
||||||
* swscanf:: Scan and format wide character input
|
* swscanf:: Scan and format wide character input
|
||||||
* tmpfile:: Create a temporary file
|
* tmpfile:: Create a temporary file
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
FUNCTION
|
FUNCTION
|
||||||
<<__fbufsize>>, <<__fpending>>, <<__flbf>>, <<__freadable>>, <<__fwritable>> <<__freading>>, <<__fwriting>>,---access internals of FILE structure
|
<<stdio_ext>>,<<__fbufsize>>,<<__fpending>>,<<__flbf>>,<<__freadable>>,<<__fwritable>>,<<__freading>>,<<__fwriting>>---access internals of FILE structure
|
||||||
|
|
||||||
INDEX
|
INDEX
|
||||||
__fbufsize
|
__fbufsize
|
||||||
|
|
Loading…
Reference in New Issue