@ -58,20 +58,6 @@ namespace l
return ((flags_ & O_ACCMODE) == O_RDONLY);
}
static
bool
wronly(const int flags_)
{
return ((flags_ & O_ACCMODE) == O_WRONLY);
rdwr(const int flags_)
return ((flags_ & O_ACCMODE) == O_RDWR);
calculate_flush(FlushOnClose const flushonclose_,