session: export OFlag
This commit is contained in:
parent
f74af7ba18
commit
9e5dad4c23
|
@ -10,7 +10,7 @@
|
||||||
//! The following mechanisms are currently provided:
|
//! The following mechanisms are currently provided:
|
||||||
//! - direct - legacy tty / virtual terminal kernel API
|
//! - direct - legacy tty / virtual terminal kernel API
|
||||||
//!
|
//!
|
||||||
use nix::fcntl::OFlag;
|
pub use nix::fcntl::OFlag;
|
||||||
use std::{
|
use std::{
|
||||||
cell::RefCell,
|
cell::RefCell,
|
||||||
os::unix::io::RawFd,
|
os::unix::io::RawFd,
|
||||||
|
|
Loading…
Reference in New Issue