File tree 1 file changed +0
-4
lines changed
library/std/src/sys/pal/unix
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,12 @@ mod tests;
8
8
use libc:: c_char;
9
9
#[ cfg( any(
10
10
all( target_os = "linux" , not( target_env = "musl" ) ) ,
11
- target_os = "emscripten" ,
12
11
target_os = "android" ,
13
12
target_os = "hurd"
14
13
) ) ]
15
14
use libc:: dirfd;
16
15
#[ cfg( any(
17
16
all( target_os = "linux" , not( target_env = "musl" ) ) ,
18
- target_os = "emscripten" ,
19
17
target_os = "hurd"
20
18
) ) ]
21
19
use libc:: fstatat64;
@@ -893,7 +891,6 @@ impl DirEntry {
893
891
#[ cfg( all(
894
892
any(
895
893
all( target_os = "linux" , not( target_env = "musl" ) ) ,
896
- target_os = "emscripten" ,
897
894
target_os = "android" ,
898
895
target_os = "hurd"
899
896
) ,
@@ -922,7 +919,6 @@ impl DirEntry {
922
919
#[ cfg( any(
923
920
not( any(
924
921
all( target_os = "linux" , not( target_env = "musl" ) ) ,
925
- target_os = "emscripten" ,
926
922
target_os = "android" ,
927
923
target_os = "hurd" ,
928
924
) ) ,
You can’t perform that action at this time.
0 commit comments