aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2000-11-25 19:35:49 +0000
committerAlan Cox <alc@FreeBSD.org>2000-11-25 19:35:49 +0000
commitbadfcb1bef026d0f12b356b295c147752f55936b (patch)
tree6c634de3aff8f4b445dbe16e7445aed24a676026
parent50636159236da07a17f6a05b05e3787ff1c4cd51 (diff)
Notes
-rw-r--r--sys/sys/aio.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index 3564000f7d928..de1db8ee79079 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -132,11 +132,6 @@ int aio_cancel(int, struct aiocb *);
*/
int aio_suspend(const struct aiocb * const[], int, const struct timespec *);
-/*
- * Retrieve the status of the specified I/O request.
- */
-int aio_error(const struct aiocb *);
-
int aio_waitcomplete(struct aiocb **, struct timespec *);
__END_DECLS