mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Add ifdef'd implementation of setvbuf to zeek::util
This commit is contained in:
parent
71731ffcb1
commit
f2a3e23dfa
2 changed files with 14 additions and 0 deletions
|
@ -305,6 +305,8 @@ double parse_rotate_base_time(const char* rotate_base_time);
|
|||
// This function is thread-safe.
|
||||
double calc_next_rotate(double current, double rotate_interval, double base);
|
||||
|
||||
int setvbuf(FILE* stream, char* buf, int type, size_t size);
|
||||
|
||||
} // namespace detail
|
||||
|
||||
template <class T> void delete_each(T* t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue