diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-08 08:23:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-08 08:23:46 +0000 |
commit | 7b4161bb50314582d70c48ca6dab0c0588c2d53e (patch) | |
tree | 83182ba400c1c1a55c9297ca54320ebba3b64d82 /manual/llio.texi | |
parent | af1d26ca92c3048a5c6eeceb04cea6326610818d (diff) | |
download | glibc-7b4161bb50314582d70c48ca6dab0c0588c2d53e.tar.gz glibc-7b4161bb50314582d70c48ca6dab0c0588c2d53e.tar.xz glibc-7b4161bb50314582d70c48ca6dab0c0588c2d53e.zip |
Document thread-related stream functions and contents of <stdio_ext.h>.
Diffstat (limited to 'manual/llio.texi')
-rw-r--r-- | manual/llio.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index acfc929164..4efb552b8f 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -849,6 +849,16 @@ is not valid) or if @var{stream} does not do I/O to a file, @code{fileno} returns @math{-1}. @end deftypefun +@comment stdio.h +@comment GNU +@deftypefun int fileno_unlocked (FILE *@var{stream}) +The @code{fileno_unlocked} function is equivalent to the @code{fileno} +function except that it does not implicitly lock the stream if the state +is @code{FSETLOCKING_INTERNAL}. + +This function is a GNU extension. +@end deftypefun + @cindex standard file descriptors @cindex file descriptors, standard There are also symbolic constants defined in @file{unistd.h} for the |