From 2a06c6dcc483361d5af4080e33825cb9d0138c82 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 18 Dec 2014 10:08:09 +0000 Subject: * stdio.tex: Add menu entries for __fsetlocking and stdio_ext. * stdio_ext.c: Add "stdio_ext" to synopsis. --- newlib/ChangeLog | 5 +++++ newlib/libc/stdio/stdio.tex | 2 ++ newlib/libc/stdio/stdio_ext.c | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d5f5e6644..fbb83c34a 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2014-12-18 Corinna Vinschen + + * stdio.tex: Add menu entries for __fsetlocking and stdio_ext. + * stdio_ext.c: Add "stdio_ext" to synopsis. + 2014-12-16 DJ Delorie * libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume that diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex index 69a210a24..363efd48d 100644 --- a/newlib/libc/stdio/stdio.tex +++ b/newlib/libc/stdio/stdio.tex @@ -50,6 +50,7 @@ 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 @@ -85,6 +86,7 @@ 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 diff --git a/newlib/libc/stdio/stdio_ext.c b/newlib/libc/stdio/stdio_ext.c index cd886c277..588209d18 100644 --- a/newlib/libc/stdio/stdio_ext.c +++ b/newlib/libc/stdio/stdio_ext.c @@ -1,6 +1,6 @@ /* FUNCTION -<<__fbufsize>>, <<__fpending>>, <<__flbf>>, <<__freadable>>, <<__fwritable>> <<__freading>>, <<__fwriting>>,---access internals of FILE structure +<>,<<__fbufsize>>,<<__fpending>>,<<__flbf>>,<<__freadable>>,<<__fwritable>>,<<__freading>>,<<__fwriting>>---access internals of FILE structure INDEX __fbufsize -- cgit v1.2.3