summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2000-11-10 20:57:05 +0000
committeralfred <alfred@FreeBSD.org>2000-11-10 20:57:05 +0000
commit27c11d750a1830c3bff915cfbf878a06233e19f8 (patch)
tree9301625b46a099ba0e0f9725b535b638f60d5353 /lib
parenta26f9d357651bbd770e19a45e2a502f3e49577b8 (diff)
downloadFreeBSD-src-27c11d750a1830c3bff915cfbf878a06233e19f8.zip
FreeBSD-src-27c11d750a1830c3bff915cfbf878a06233e19f8.tar.gz
remove outdated bugs, we actually do have aio_cancel support
as well as support for the field aio_offset in the aiocb structure.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/aio_read.24
-rw-r--r--lib/libc/sys/aio_write.21
2 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2
index 1a934f7..5dac793 100644
--- a/lib/libc/sys/aio_read.2
+++ b/lib/libc/sys/aio_read.2
@@ -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.
diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2
index dcdbab7..f099d43 100644
--- a/lib/libc/sys/aio_write.2
+++ b/lib/libc/sys/aio_write.2
@@ -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.
OpenPOWER on IntegriCloud