File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ mod openat2;
35
35
mod readdir;
36
36
mod readlinkat;
37
37
mod renameat;
38
+ #[ cfg( any( linux_kernel, target_os = "freebsd" ) ) ]
39
+ mod seals;
38
40
#[ cfg( not( any( target_os = "haiku" , target_os = "redox" , target_os = "wasi" ) ) ) ]
39
41
mod statfs;
40
42
#[ cfg( linux_kernel) ]
Original file line number Diff line number Diff line change 1
- #[ cfg( feature = "fs" ) ]
2
1
#[ test]
3
2
fn test_seals ( ) {
4
3
use rustix:: fs:: {
Original file line number Diff line number Diff line change @@ -26,5 +26,3 @@ mod procfs;
26
26
#[ cfg( not( target_os = "redox" ) ) ] // redox doesn't have cwd/openat
27
27
#[ cfg( not( target_os = "wasi" ) ) ] // wasi support for `S_IRUSR` etc. submitted to libc in #2264
28
28
mod read_write;
29
- #[ cfg( any( linux_kernel, target_os = "freebsd" ) ) ]
30
- mod seals;
You can’t perform that action at this time.
0 commit comments