Skip to content

Commit 60e2360

Browse files
committed
testing
1 parent 47fee3e commit 60e2360

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

libc-test/build.rs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,12 +2127,12 @@ fn test_freebsd(target: &str) {
21272127
"lio_listio" => true,
21282128

21292129
// FIXME:
2130-
"fstat" | "stat" | "fstatat" | "lstat" | "readdir" | "readdir_r" | "kevent"
2131-
| "shmctl" | "statfs" | "fstatfs"
2132-
if freebsd14 =>
2133-
{
2134-
true
2135-
}
2130+
//"fstat" | "stat" | "fstatat" | "lstat" | "readdir" | "readdir_r" | "kevent"
2131+
//| "shmctl" | "statfs" | "fstatfs"
2132+
// if freebsd14 =>
2133+
//{
2134+
// true
2135+
//}
21362136

21372137
_ => false,
21382138
}
@@ -3390,6 +3390,7 @@ fn which_freebsd() -> Option<i32> {
33903390
s if s.starts_with("11") => Some(11),
33913391
s if s.starts_with("12") => Some(12),
33923392
s if s.starts_with("13") => Some(13),
3393+
s if s.starts_with("14") => Some(14),
33933394
_ => None,
33943395
}
33953396
}

0 commit comments

Comments
 (0)