--- IO-AIO/AIO.xs 2009/11/12 00:01:52 1.156 +++ IO-AIO/AIO.xs 2010/01/02 12:58:37 1.157 @@ -1146,7 +1146,9 @@ sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count) PROTOTYPE: $$$$ CODE: - eio_sendfile_sync (ofh, ifh, offset, count); + RETVAL = eio_sendfile_sync (ofh, ifh, offset, count); + OUTPUT: + RETVAL void _on_next_submit (SV *cb) CODE: