diff options
| author | Alan Cox <alc@FreeBSD.org> | 2000-11-25 19:35:49 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2000-11-25 19:35:49 +0000 |
| commit | badfcb1bef026d0f12b356b295c147752f55936b (patch) | |
| tree | 6c634de3aff8f4b445dbe16e7445aed24a676026 | |
| parent | 50636159236da07a17f6a05b05e3787ff1c4cd51 (diff) | |
Notes
| -rw-r--r-- | sys/sys/aio.h | 5 |
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 |
