Skip to content

Commit

Permalink
fix: cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Sep 22, 2024
1 parent d6b9c2f commit d36da7b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/sys/ptrace/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ libc_enum! {
target_arch = "riscv64",
)
)
),
any(
all(
target_env = "musl",
any(
Expand Down Expand Up @@ -217,9 +215,7 @@ libc_enum! {
target_arch = "aarch64",
target_arch = "riscv64",
)
)
),
any(
),
all(
target_env = "musl",
any(
Expand Down Expand Up @@ -256,8 +252,6 @@ pub unsafe trait RegisterSet {
target_arch = "riscv64",
)
)
),
any(
all(
target_env = "musl",
any(
Expand Down

0 comments on commit d36da7b

Please sign in to comment.