File tree 2 files changed +7
-2
lines changed
2 files changed +7
-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,13 @@ 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 FIONCLEX : :: c_uint = 0x20006602 ;
1089
+ pub const FIONREAD : :: c_ulong = 0x4004667f ;
1090
+ pub const FIOASYNC : :: c_ulong = 0x8004667d ;
1091
+ pub const FIOSETOWN : :: c_ulong = 0x8004667c ;
1092
+ pub const FIOGETOWN : :: c_ulong = 0x4004667b ;
1093
+ pub const FIODTYPE : :: c_ulong = 0x4004667a ;
1094
+
1088
1095
pub const B0 : speed_t = 0 ;
1089
1096
pub const B50 : speed_t = 50 ;
1090
1097
pub const B75 : speed_t = 75 ;
You can’t perform that action at this time.
0 commit comments