#include asm("_fdatasync: .global _fdatasync"); int fsync(int fd) { return 0; }