@@ -30,11 +30,18 @@ feature! {
30
30
pub use self :: pivot_root:: * ;
31
31
}
32
32
33
- #[ cfg( any( target_os = "android" , target_os = "freebsd" ,
34
- target_os = "linux" , target_os = "openbsd" ) ) ]
33
+ #[ cfg( any( target_os = "android" ,
34
+ target_os = "dragonfly" ,
35
+ target_os = "freebsd" ,
36
+ target_os = "linux" ,
37
+ target_os = "openbsd" ) ) ]
35
38
pub use self :: setres:: * ;
36
39
37
- #[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
40
+ #[ cfg( any( target_os = "android" ,
41
+ target_os = "dragonfly" ,
42
+ target_os = "freebsd" ,
43
+ target_os = "linux" ,
44
+ target_os = "openbsd" ) ) ]
38
45
pub use self :: getres:: * ;
39
46
40
47
feature ! {
@@ -2691,8 +2698,11 @@ mod pivot_root {
2691
2698
}
2692
2699
}
2693
2700
2694
- #[ cfg( any( target_os = "android" , target_os = "freebsd" ,
2695
- target_os = "linux" , target_os = "openbsd" ) ) ]
2701
+ #[ cfg( any( target_os = "android" ,
2702
+ target_os = "dragonfly" ,
2703
+ target_os = "freebsd" ,
2704
+ target_os = "linux" ,
2705
+ target_os = "openbsd" ) ) ]
2696
2706
mod setres {
2697
2707
feature ! {
2698
2708
#![ feature = "users" ]
@@ -2735,7 +2745,11 @@ mod setres {
2735
2745
}
2736
2746
}
2737
2747
2738
- #[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
2748
+ #[ cfg( any( target_os = "android" ,
2749
+ target_os = "dragonfly" ,
2750
+ target_os = "freebsd" ,
2751
+ target_os = "linux" ,
2752
+ target_os = "openbsd" ) ) ]
2739
2753
mod getres {
2740
2754
feature ! {
2741
2755
#![ feature = "users" ]
0 commit comments