summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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