#include #include #include #include int main(int argc, char * argv[]) { int fd = open(".",O_RDONLY|O_DIRECTORY); return ioctl(fd, IOCTLSYNC, NULL); }