Skip to content

Commit d0a7b0f

Browse files
committed
Ignore TIOCREMOTE on macOS
1 parent a8d7606 commit d0a7b0f

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)