@ -65,6 +65,13 @@ namespace l
return ((flags_ & O_ACCMODE) == O_WRONLY);
}
static
bool
rdwr(const int flags_)
{
return ((flags_ & O_ACCMODE) == O_RDWR);
calculate_flush(FlushOnClose const flushonclose_,
xxxxxxxxxx
xxxxxxxxxx