File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,8 @@ fn test_apple(target: &str) {
340340 // FIXME(macos): the value has been changed since Catalina (0xffff0000 -> 0x3fff0000).
341341 "SF_SETTABLE" => true ,
342342
343- // FIXME(macos): XCode 13.1 doesn't have it.
343+ // FIXME(deprecated): Removed since 12.0.1 / xnu-8019.41.5. See `ttycom.h` at
344+ // https://github.com/apple-oss-distributions/xnu/commit/e6231be02a03711ca404e5121a151b24afbff733
344345 "TIOCREMOTE" => true ,
345346
346347 _ => false ,
Original file line number Diff line number Diff line change @@ -3317,6 +3317,7 @@ pub const TIOCMSET: c_ulong = 0x8004746d;
33173317pub const TIOCMBIS : c_ulong = 0x8004746c ;
33183318pub const TIOCMBIC : c_ulong = 0x8004746b ;
33193319pub const TIOCMGET : c_ulong = 0x4004746a ;
3320+ #[ deprecated( since = "0.2.178" , note = "Removed in MacOSX 12.0.1" ) ]
33203321pub const TIOCREMOTE : c_ulong = 0x80047469 ;
33213322pub const TIOCGWINSZ : c_ulong = 0x40087468 ;
33223323pub const TIOCSWINSZ : c_ulong = 0x80087467 ;
You can’t perform that action at this time.
0 commit comments