diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-04-12 13:11:20 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-04-12 13:11:20 -0700 |
commit | 477925062fd2fb720c54a17d15f512247860e34a (patch) | |
tree | 4a9dc41862eadcef1d72f402a08449a50db6caec /manual | |
parent | 8fc1bee546c01b2b6975e4cb07be70cc531aa754 (diff) | |
download | glibc-477925062fd2fb720c54a17d15f512247860e34a.tar.gz glibc-477925062fd2fb720c54a17d15f512247860e34a.tar.xz glibc-477925062fd2fb720c54a17d15f512247860e34a.zip |
BZ#15361: Make aio_fsync not check open modes.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/llio.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index 90bd2d71f7..b129cf40bd 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -2320,8 +2320,7 @@ successfully enqueued. Otherwise the return value is @math{-1} and @item EAGAIN The request could not be enqueued due to temporary lack of resources. @item EBADF -The file descriptor @code{aiocbp->aio_fildes} is not valid or not open -for writing. +The file descriptor @code{@var{aiocbp}->aio_fildes} is not valid. @item EINVAL The implementation does not support I/O synchronization or the @var{op} parameter is other than @code{O_DSYNC} and @code{O_SYNC}. |