Remove an out-of-date comment: aio_cancel() has been supported

since revision 1.69 of kern/vfs_aio.c.
This commit is contained in:
Alan Cox 2001-03-04 08:02:06 +00:00
parent a4f378438c
commit 881370673b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73438

View File

@ -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