We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b9c2f commit d36da7bCopy full SHA for d36da7b
src/sys/ptrace/linux.rs
@@ -183,8 +183,6 @@ libc_enum! {
183
target_arch = "riscv64",
184
)
185
186
- ),
187
- any(
188
all(
189
target_env = "musl",
190
any(
@@ -217,9 +215,7 @@ libc_enum! {
217
215
target_arch = "aarch64",
218
216
219
220
- )
221
222
+ ),
223
224
225
@@ -256,8 +252,6 @@ pub unsafe trait RegisterSet {
256
252
257
253
258
254
259
260
261
255
262
263
0 commit comments