mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update os.h
This commit is contained in:
parent
f29f369a12
commit
435827fe5a
@ -109,9 +109,9 @@ SPDLOG_API bool create_dir(const filename_t &path);
|
||||
// return empty string if field not found
|
||||
SPDLOG_API std::string getenv(const char *field);
|
||||
|
||||
// Do fsync by FILE descriptor
|
||||
// Do fsync by FILE object
|
||||
// Return true on success
|
||||
SPDLOG_API bool fsync(FILE * fd);
|
||||
SPDLOG_API bool fsync(FILE * f);
|
||||
|
||||
} // namespace os
|
||||
} // namespace details
|
||||
|
Loading…
Reference in New Issue
Block a user