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.
TIOCREMOTE
1 parent a8d7606 commit d0a7b0fCopy full SHA for d0a7b0f
libc-test/build.rs
@@ -300,6 +300,9 @@ fn test_apple(target: &str) {
300
"KERN_KDENABLE_BG_TRACE" | "KERN_KDDISABLE_BG_TRACE" => true,
301
// FIXME: the value has been changed since Catalina (0xffff0000 -> 0x3fff0000).
302
"SF_SETTABLE" => true,
303
+
304
+ // FIXME: XCode 13.1 doesn't have it.
305
+ "TIOCREMOTE" => true,
306
_ => false,
307
}
308
});
0 commit comments