Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Nov 17, 2021
1 parent 47fee3e commit 60e2360
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions libc-test/build.rs
Expand Up @@ -2127,12 +2127,12 @@ fn test_freebsd(target: &str) {
"lio_listio" => true,

// FIXME:
"fstat" | "stat" | "fstatat" | "lstat" | "readdir" | "readdir_r" | "kevent"
| "shmctl" | "statfs" | "fstatfs"
if freebsd14 =>
{
true
}
//"fstat" | "stat" | "fstatat" | "lstat" | "readdir" | "readdir_r" | "kevent"
//| "shmctl" | "statfs" | "fstatfs"
// if freebsd14 =>
//{
// true
//}

_ => false,
}
Expand Down Expand Up @@ -3390,6 +3390,7 @@ fn which_freebsd() -> Option<i32> {
s if s.starts_with("11") => Some(11),
s if s.starts_with("12") => Some(12),
s if s.starts_with("13") => Some(13),
s if s.starts_with("14") => Some(14),
_ => None,
}
}
Expand Down

0 comments on commit 60e2360

Please sign in to comment.