Add tioc*brk constants for Android

This commit is contained in:
Bryant Mairs 2020-05-14 13:25:39 -07:00
parent bd5815ad41
commit 833c6b5c06

View File

@ -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;