aio_cancel64
Cancel asynchronous I/O requests
1. aio_cancel64.3.man
Manpage of aio_cancel64
aio_cancel64
Section: Linux (3)Updated: 2002-09-12
Index Return to Main Contents
NAME
aio_cancel64 - Cancel asynchronous I/O requestsSYNOPSYS
#include <errno.h>
#include <aio.h>
int aio_cancel64 (int fildes, struct aiocb64 *aiocbp)
DESCRIPTION
This function is similar to aio_cancel with the only difference that the argument is a reference to a variable of type structaiocb64When the sources are compiled with _FILE_OFFSET_BITS==64 , this function is available under the name aio_cancel and so transparently replaces the interface for small files on 32 bit machines.
RETURN VALUES
See aio_cancel(3).ERRORS
See aio_cancel(3).SEE ALSO
aio(3), aio_cancel(3), aio_error(3), aio_error64(3), aio_fsync(3), aio_fsync64(3), aio_init(3), aio_read(3), aio_read64(3), aio_return(3), aio_return64(3), aio_suspend(3), aio_suspend64(3), aio_write(3), aio_write64(3), errno(3),
Index
This document was created by man2html using the manual pages.
Time: 17:30:21 GMT, May 11, 2012