Skip to content

Commit 86e8394

Browse files
committed
remove FIOCLEX and FIONBIO which were shadowing a bsd-wide declaration
1 parent 25498ef commit 86e8394

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,10 +1085,8 @@ pub const TIOCPTYGRANT: ::c_uint = 0x20007454;
10851085
pub const TIOCPTYGNAME: ::c_uint = 0x40807453;
10861086
pub const TIOCPTYUNLK: ::c_uint = 0x20007452;
10871087

1088-
pub const FIOCLEX: ::c_uint = 0x20006601;
10891088
pub const FIONCLEX: ::c_uint = 0x20006602;
10901089
pub const FIONREAD: ::c_ulong = 0x4004667f;
1091-
pub const FIONBIO: ::c_ulong = 0x8004667e;
10921090
pub const FIOASYNC: ::c_ulong = 0x8004667d;
10931091
pub const FIOSETOWN: ::c_ulong = 0x8004667c;
10941092
pub const FIOGETOWN: ::c_ulong = 0x4004667b;

0 commit comments

Comments
 (0)