Remove another outdated comment about aio_cancel().

This commit is contained in:
Alan Cox 2001-03-05 00:54:21 +00:00
parent 3af0f1028b
commit 4270aed767

View File

@ -109,8 +109,7 @@ int aio_error(const struct aiocb *);
ssize_t aio_return(struct aiocb *);
/*
* Cancel I/O -- implemented only to return AIO_NOTCANCELLED or
* AIO_ALLDONE. No cancellation operation will occur.
* Cancel I/O
*/
int aio_cancel(int, struct aiocb *);