#include #include #include int fsync(int fd) { USED(fd); errno = EINVAL; return -1; }