session: export OFlag
This commit is contained in:
parent
f74af7ba18
commit
9e5dad4c23
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue