summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2001-03-04 08:02:06 +0000
committeralc <alc@FreeBSD.org>2001-03-04 08:02:06 +0000
commit5541d88f50ad17116cce08d7f881d862518e85af (patch)
treecf623b75df48886c01cfd7957f5a3502f0c4607e
parent2624196bc4275d4d9e22c46e18395b2442ea5172 (diff)
downloadFreeBSD-src-5541d88f50ad17116cce08d7f881d862518e85af.zip
FreeBSD-src-5541d88f50ad17116cce08d7f881d862518e85af.tar.gz
Remove an out-of-date comment: aio_cancel() has been supported
since revision 1.69 of kern/vfs_aio.c.
-rw-r--r--sys/sys/aio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index 0f21566..e88049d 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -25,7 +25,6 @@
/*
* Returned by aio_cancel:
- * (Note that FreeBSD's aio is not cancellable -- yet.)
*/
#define AIO_CANCELED 0x1
#define AIO_NOTCANCELED 0x2
OpenPOWER on IntegriCloud