summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2001-03-05 00:54:21 +0000
committeralc <alc@FreeBSD.org>2001-03-05 00:54:21 +0000
commit066e59e4fa613509a5ed41722efa3582c0922d4d (patch)
tree2941a1d74f0fd4422de67f844f824ade9a3f9aed
parenta05f910019f1eae389fa0a2856d03f337b56228a (diff)
downloadFreeBSD-src-066e59e4fa613509a5ed41722efa3582c0922d4d.zip
FreeBSD-src-066e59e4fa613509a5ed41722efa3582c0922d4d.tar.gz
Remove another outdated comment about aio_cancel().
-rw-r--r--sys/sys/aio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index e88049d..b6f5cbb 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -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 *);
OpenPOWER on IntegriCloud