aio_fsync(3aio) aio_fsync(3aio)
NAME
aio_fsync - asynchronously force I/O completion
SYNOPSIS
cc [options] -D_REENTRANT file -lthread
#include <aio.h>
int aio_fsync(int op, struct aiocb *aiocbp);
DESCRIPTION
aio_fsync asynchronously forces I/O operations to the
synchronized I/O completion state. aio_fsync is not
implemented in SVR4.2 or SVR4.2MP. This function returns -1
and sets errno to ENOSYS.
REFERENCES
aiocb(5), aio_read(3aio), aio_suspend(3aio), aio_write(3aio)
Copyright 1994 Novell, Inc. Page 1