diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/llio.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index b4fd5e1d91..82f03be2be 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -1275,6 +1275,9 @@ Per-IO synchronization as if the file was opened with @code{O_SYNC} flag. @item RWF_NOWAIT Use nonblocking mode for this operation; that is, this call to @code{preadv2} will fail and set @code{errno} to @code{EAGAIN} if the operation would block. + +@item RWF_APPEND +Per-IO synchronization as if the file was opened with @code{O_APPEND} flag. @end vtable When the source file is compiled with @code{_FILE_OFFSET_BITS == 64} the |