提交 ee1f69a3 编写于 作者: R Rich Felker

fix dummied-out fsync

if we eventually have build options, it might be nice to make an
option to dummy this out again, in case anybody needs a system-wide
disable for disk/ssd-thrashing, etc. that some daemons do when
logging...
上级 ca1773d8
......@@ -3,6 +3,5 @@
int fsync(int fd)
{
//return syscall(SYS_fsync, fd);
return 0;
return syscall(SYS_fsync, fd);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册