summaryrefslogtreecommitdiffstats
path: root/sys/sys/aio.h
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1997-07-17 04:49:43 +0000
committerdyson <dyson@FreeBSD.org>1997-07-17 04:49:43 +0000
commit8e56f80f0ed008608b35f7c2f781637a60931659 (patch)
treec25120e11e786d0fded91e28a8048eaf5042b907 /sys/sys/aio.h
parentb39089e3e900353e31d93fec75b93ad05e747cdb (diff)
downloadFreeBSD-src-8e56f80f0ed008608b35f7c2f781637a60931659.zip
FreeBSD-src-8e56f80f0ed008608b35f7c2f781637a60931659.tar.gz
Clean up some lint associated with the AIO code.
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 a74e222..8d6df11 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.1 1997/05/22 00:19:44 toor Exp $
+ * $Id: aio.h,v 1.1 1997/06/16 12:10:21 dyson Exp $
*/
#include <sys/types.h>
@@ -168,6 +168,11 @@ int aio_cancel( int fd, struct aiocb *iocb);
int aio_suspend( struct aiocb * const acb_list[], int nacb_listent,
struct timespec *tm);
+#else
+
+void aio_proc_rundown( struct proc *p);
+
#endif
+
#endif
OpenPOWER on IntegriCloud