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 3eae8b1 commit cca2e88Copy full SHA for cca2e88
src/sys/ptrace/linux.rs
@@ -185,9 +185,7 @@ libc_enum! {
185
),
186
all(
187
target_env = "musl",
188
- any(
189
- target_arch = "aarch64",
190
- )
+ target_arch = "aarch64",
191
)
192
193
))]
@@ -218,9 +216,7 @@ libc_enum! {
218
216
219
217
220
221
222
223
224
225
226
@@ -254,9 +250,7 @@ pub unsafe trait RegisterSet {
254
250
255
251
256
252
257
258
259
253
260
261
262
0 commit comments