#define _GNU_SOURCE #include #include #if defined(__ANDROID_API__) && __ANDROID_API__ < 28 int syncfs(int __fd) { return syscall(SYS_syncfs, __fd); } #endif