Add tioc*brk constants for Android
This commit is contained in:
parent
bd5815ad41
commit
833c6b5c06
@ -1160,6 +1160,8 @@ pub const TIOCMBIC: ::c_int = 0x5417;
|
||||
pub const TIOCMSET: ::c_int = 0x5418;
|
||||
pub const FIONREAD: ::c_int = 0x541B;
|
||||
pub const TIOCCONS: ::c_int = 0x541D;
|
||||
pub const TIOCSBRK: ::c_int = 0x5427;
|
||||
pub const TIOCCBRK: ::c_int = 0x5428;
|
||||
|
||||
pub const ST_RDONLY: ::c_ulong = 1;
|
||||
pub const ST_NOSUID: ::c_ulong = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user