Skip to content

Commit 950241d

Browse files
committed
Don't check TIOCMGDTRWAIT or TIOCMSDTRWAIT on FreeBSD 15 (fails in CI)
1 parent 3b39ba1 commit 950241d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,6 +2869,8 @@ fn test_freebsd(target: &str) {
28692869
// Added in FreeBSD 14.2
28702870
"SO_SPLICE" if Some(14) > freebsd_ver => true,
28712871

2872+
"TIOCMGDTRWAIT" | "TIOCMSDTRWAIT" if freebsd_ver >= Some(15) => true,
2873+
28722874
_ => false,
28732875
}
28742876
});

0 commit comments

Comments
 (0)