File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments