#include #include int aio_fsync(int op, struct aiocb *cb) { /* FIXME: unsupported */ errno = EINVAL; return -1; }