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.
2 parents a2d7c3b + de7fe5c commit 56c0149Copy full SHA for 56c0149
libc-test/build.rs
@@ -4358,10 +4358,7 @@ fn test_linux(target: &str) {
4358
if ppc64 || riscv64 => true,
4359
4360
// FIXME(linux): requires more recent kernel headers on CI
4361
- | "MFD_EXEC"
4362
- | "MFD_NOEXEC_SEAL"
4363
- | "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
4364
- if sparc64 => true,
+ "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
4365
4366
// FIXME(linux): Not currently available in headers on ARM and musl.
4367
"NETLINK_GET_STRICT_CHK" if arm => true,
0 commit comments