File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -63,5 +63,3 @@ pub const __PTHREAD_RWLOCKATTR_SIZE__: usize = 16;
63
63
64
64
pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
65
65
pub const TIOCDCDTIMESTAMP : :: c_ulong = 0x40107458 ;
66
-
67
- pub const FIONREAD : :: c_ulong = 0x4004667f ;
Original file line number Diff line number Diff line change @@ -1085,6 +1085,15 @@ pub const TIOCPTYGRANT: ::c_uint = 0x20007454;
1085
1085
pub const TIOCPTYGNAME : :: c_uint = 0x40807453 ;
1086
1086
pub const TIOCPTYUNLK : :: c_uint = 0x20007452 ;
1087
1087
1088
+ pub const FIOCLEX : :: c_uint = 0x20006601 ;
1089
+ pub const FIONCLEX : :: c_uint = 0x20006602 ;
1090
+ pub const FIONREAD : :: c_ulong = 0x4004667f ;
1091
+ pub const FIONBIO : :: c_ulong = 0x8004667e ;
1092
+ pub const FIOASYNC : :: c_ulong = 0x8004667d ;
1093
+ pub const FIOSETOWN : :: c_ulong = 0x8004667c ;
1094
+ pub const FIOGETOWN : :: c_ulong = 0x4004667b ;
1095
+ pub const FIODTYPE : :: c_ulong = 0x4004667a ;
1096
+
1088
1097
pub const B0 : speed_t = 0 ;
1089
1098
pub const B50 : speed_t = 50 ;
1090
1099
pub const B75 : speed_t = 75 ;
You can’t perform that action at this time.
0 commit comments