diff options
Diffstat (limited to 'usr/src/uts/common/sys/aio_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/aio_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/aio_impl.h b/usr/src/uts/common/sys/aio_impl.h index de8e7e7ee1..337397c20a 100644 --- a/usr/src/uts/common/sys/aio_impl.h +++ b/usr/src/uts/common/sys/aio_impl.h @@ -182,7 +182,7 @@ extern void aio_req_remove_portq(aio_t *, aio_req_t *); extern void aio_enq(aio_req_t **, aio_req_t *, int); extern void aio_deq(aio_req_t **, aio_req_t *); /* Clustering: PXFS module uses this interface */ -extern void aio_done(struct buf *); +extern int aio_done(struct buf *); #endif /* _KERNEL */ |