summaryrefslogtreecommitdiffstats
path: root/sys/sys/aio.h
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1998-04-12 03:09:43 +0000
committerdyson <dyson@FreeBSD.org>1998-04-12 03:09:43 +0000
commitff82497e668ce877683f4982d4da5a31b9b80db3 (patch)
tree8df2d5bd2e4cafc68836e24326405f810db45045 /sys/sys/aio.h
parenta82f9069524d12ebda967241553ffe4aa2e63fe2 (diff)
downloadFreeBSD-src-ff82497e668ce877683f4982d4da5a31b9b80db3.zip
FreeBSD-src-ff82497e668ce877683f4982d4da5a31b9b80db3.tar.gz
Add aio_error decl.
Diffstat (limited to 'sys/sys/aio.h')
-rw-r--r--sys/sys/aio.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index 29d2605..321ff4b 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -16,7 +16,7 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
- * $Id: aio.h,v 1.6 1998/03/09 00:15:08 dufault Exp $
+ * $Id: aio.h,v 1.7 1998/03/28 11:50:34 dufault Exp $
*/
#include <sys/types.h>
@@ -134,6 +134,11 @@ int aio_cancel( int fd, struct aiocb *iocb);
int aio_suspend( const struct aiocb * const acb_list[], int nacb_listent,
const struct timespec *tm);
+/*
+ * Retrieve the status of the specified I/O request.
+ */
+int aio_error( const struct aiocb *aiocbp);
+
#else
void aio_proc_rundown( struct proc *p);
OpenPOWER on IntegriCloud