summaryrefslogtreecommitdiff
path: root/src/common/fs/fs_util.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-06-13 07:47:57 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-06-13 07:47:57 -0400
commita98b6c8f0759232fbb19ca611f954943f3f0b7af (patch)
treefe92de3d998de6742f4506de9fcf7b798252e37c /src/common/fs/fs_util.cpp
parent56afd4ab4bdba2a9f203042c286589be95849aef (diff)
common: fs: file: Flush the file to the disk when Flush() is called
std::fflush does not guarantee that file buffers are flushed to the disk. Use _commit on Windows and fsync on all other OSes to ensure that the file is flushed to the disk.
Diffstat (limited to 'src/common/fs/fs_util.cpp')
0 files changed, 0 insertions, 0 deletions