We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25498ef commit 86e8394Copy full SHA for 86e8394
src/unix/bsd/apple/mod.rs
@@ -1085,10 +1085,8 @@ pub const TIOCPTYGRANT: ::c_uint = 0x20007454;
1085
pub const TIOCPTYGNAME: ::c_uint = 0x40807453;
1086
pub const TIOCPTYUNLK: ::c_uint = 0x20007452;
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;
0 commit comments