diff options
| -rw-r--r-- | c_src/fsynchelper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c_src/fsynchelper.c b/c_src/fsynchelper.c index 6ffa80a..e629cf0 100644 --- a/c_src/fsynchelper.c +++ b/c_src/fsynchelper.c @@ -16,6 +16,7 @@ static int dosync(int fd) { + return 0; #ifdef F_FULLFSYNC int ret = fcntl(fd, F_FULLFSYNC); #else |
