session: export OFlag

This commit is contained in:
Victor Brekenfeld 2018-11-22 09:43:39 +01:00
parent f74af7ba18
commit 9e5dad4c23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
//! The following mechanisms are currently provided:
//! - direct - legacy tty / virtual terminal kernel API
//!
use nix::fcntl::OFlag;
pub use nix::fcntl::OFlag;
use std::{
cell::RefCell,
os::unix::io::RawFd,