File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,11 @@ pub(super) use readwrite_pv64v2::{preadv64v2 as preadv2, pwritev64v2 as pwritev2
490
490
#[ cfg( all(
491
491
linux_like,
492
492
linux_raw_dep,
493
- not( any( target_os = "emscripten" , target_env = "gnu" ) )
493
+ not( any(
494
+ target_os = "emscripten" ,
495
+ target_env = "gnu" ,
496
+ all( target_arch = "loongarch64" , target_env = "musl" )
497
+ ) )
494
498
) ) ]
495
499
mod statx_flags {
496
500
pub ( crate ) use linux_raw_sys:: general:: {
@@ -509,7 +513,11 @@ mod statx_flags {
509
513
#[ cfg( all(
510
514
linux_like,
511
515
linux_raw_dep,
512
- not( any( target_os = "emscripten" , target_env = "gnu" ) )
516
+ not( any(
517
+ target_os = "emscripten" ,
518
+ target_env = "gnu" ,
519
+ all( target_arch = "loongarch64" , target_env = "musl" )
520
+ ) )
513
521
) ) ]
514
522
pub ( crate ) use statx_flags:: * ;
515
523
You can’t perform that action at this time.
0 commit comments