remove outdated bugs, we actually do have aio_cancel support

as well as support for the field aio_offset in the aiocb structure.
This commit is contained in:
Alfred Perlstein 2000-11-10 20:57:05 +00:00
parent 72df3c5621
commit 589d1374d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68580
2 changed files with 1 additions and 4 deletions

View file

@ -195,8 +195,6 @@ This
manual page was written by
.An Terry Lambert Aq terry@whistle.com .
.Sh BUGS
The value of
.Fa iocb->aio_offset
is ignored. Invalid information in
Invalid information in
.Fa iocb->_aiocb_private
may confuse the kernel.

View file

@ -187,7 +187,6 @@ Function first appeared in
This manual page was written by
.An Wes Peters Aq wes@softweyr.com .
.Sh BUGS
Asynchronous I/O operations cannot be canceled in this implementation.
Invalid information in
.Fa iocb->_aiocb_private
may confuse the kernel.