Update os.h
This commit is contained in:
		@@ -109,9 +109,9 @@ SPDLOG_API bool create_dir(const filename_t &path);
 | 
				
			|||||||
// return empty string if field not found
 | 
					// return empty string if field not found
 | 
				
			||||||
SPDLOG_API std::string getenv(const char *field);
 | 
					SPDLOG_API std::string getenv(const char *field);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Do fsync by FILE object
 | 
					// Do fsync by FILE objectpointer.
 | 
				
			||||||
// Return true on success
 | 
					// Return true on success.
 | 
				
			||||||
SPDLOG_API bool fsync(FILE * f);
 | 
					SPDLOG_API bool fsync(FILE * fp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
} // namespace os
 | 
					} // namespace os
 | 
				
			||||||
} // namespace details
 | 
					} // namespace details
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user