#include int fdatasync(int fildes) { return syscall(fdatasync, fildes); }