#include #include "syscall.h" #include int fdatasync(int fd) { UNSUPPORTED_API_VOID(LITEOS_A); return syscall_cp(SYS_fdatasync, fd); }