Skip to content
Snippets Groups Projects
Commit 833c6b5c authored by Bryant Mairs's avatar Bryant Mairs
Browse files

Add tioc*brk constants for Android

parent bd5815ad
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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