Add TIOCGWINSZ accessor to solaris module

Signed-off-by: Ian Henry <ihenry@chef.io>
This commit is contained in:
Ian Henry 2018-08-16 12:59:52 -04:00
parent f31d0f7795
commit a3c843bc7f
1 changed files with 3 additions and 0 deletions

View File

@ -1195,6 +1195,9 @@ pub const PORT_SOURCE_FILE: ::c_int = 7;
pub const PORT_SOURCE_POSTWAIT: ::c_int = 8;
pub const PORT_SOURCE_SIGNAL: ::c_int = 9;
pub const TIOCGWINSZ: ::c_int = 0x5468;
pub const TIOCSWINSZ: ::c_int = 0x5467;
pub const EPOLLIN: ::c_int = 0x1;
pub const EPOLLPRI: ::c_int = 0x2;
pub const EPOLLOUT: ::c_int = 0x4;