Skip to content
Snippets Groups Projects
Commit fa53abb7 authored by Severen Redwood's avatar Severen Redwood Committed by Raphael Cohn
Browse files

Add the TIOCGWINSZ and TIOCSWINSZ constants

parent a2d2b0cb
No related branches found
No related tags found
Loading
......@@ -669,6 +669,9 @@ pub const LOG_SECURITY: ::c_int = 13 << 3;
pub const LOG_CONSOLE: ::c_int = 14 << 3;
pub const LOG_NFACILITIES: ::c_int = 24;
pub const TIOCGWINSZ: ::c_ulong = 0x40087468;
pub const TIOCSWINSZ: ::c_ulong = 0x80087467;
#[link(name = "util")]
extern {
pub fn getnameinfo(sa: *const ::sockaddr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment