We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844d650 commit ce5cbaeCopy full SHA for ce5cbae
src/util/system.h
@@ -56,6 +56,11 @@ bool error(const char* fmt, const Args&... args)
56
}
57
58
void PrintExceptionContinue(const std::exception *pex, const char* pszThread);
59
+
60
+/**
61
+ * Ensure file contents are fully committed to disk, using a platform-specific
62
+ * feature analogous to fsync().
63
+ */
64
bool FileCommit(FILE *file);
65
bool TruncateFile(FILE *file, unsigned int length);
66
int RaiseFileDescriptorLimit(int nMinFD);
0 commit comments