Skip to content

Commit

Permalink
Update os.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Jan 15, 2023
1 parent 78e86ba commit 654dbc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/spdlog/details/os.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 object
// Return true on success
SPDLOG_API bool fsync(FILE * f);
// Do fsync by FILE objectpointer.
// Return true on success.
SPDLOG_API bool fsync(FILE * fp);

} // namespace os
} // namespace details
Expand Down

0 comments on commit 654dbc5

Please sign in to comment.