Skip to content

Commit 9d94fb1

Browse files
committed
Auto merge of #2544 - JohnTitor:tiocremote-missing, r=JohnTitor
Ignore `TIOCREMOTE` on macOS r? `@ghost` GHA macOS image updated to 20211114.1 which changed the default version of XCode to 13.1 thus we've encountered #2507.
2 parents a8d7606 + d0a7b0f commit 9d94fb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ fn test_apple(target: &str) {
300300
"KERN_KDENABLE_BG_TRACE" | "KERN_KDDISABLE_BG_TRACE" => true,
301301
// FIXME: the value has been changed since Catalina (0xffff0000 -> 0x3fff0000).
302302
"SF_SETTABLE" => true,
303+
304+
// FIXME: XCode 13.1 doesn't have it.
305+
"TIOCREMOTE" => true,
303306
_ => false,
304307
}
305308
});

0 commit comments

Comments
 (0)