#include #include #include #include #include extern "C" { /* timeout in msecs */ int sync_wait(int fd, int timeout) { return 0; } int sync_merge(const char *name, int fd, int fd2) { return 0; } }