Skip to content

Commit d36da7b

Browse files
committed
fix: cfg
1 parent d6b9c2f commit d36da7b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/sys/ptrace/linux.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ libc_enum! {
183183
target_arch = "riscv64",
184184
)
185185
)
186-
),
187-
any(
188186
all(
189187
target_env = "musl",
190188
any(
@@ -217,9 +215,7 @@ libc_enum! {
217215
target_arch = "aarch64",
218216
target_arch = "riscv64",
219217
)
220-
)
221-
),
222-
any(
218+
),
223219
all(
224220
target_env = "musl",
225221
any(
@@ -256,8 +252,6 @@ pub unsafe trait RegisterSet {
256252
target_arch = "riscv64",
257253
)
258254
)
259-
),
260-
any(
261255
all(
262256
target_env = "musl",
263257
any(

0 commit comments

Comments
 (0)