Skip to content
Snippets Groups Projects
Commit 4aa5a45a authored by gnzlbg's avatar gnzlbg
Browse files

Correct assert for mips+musl

parent 5d5ceeaf
No related branches found
No related tags found
No related merge requests found
......@@ -2410,7 +2410,7 @@ fn test_linux(target: &str) {
}
if !musl || mips {
assert!(gnu || uclibc || (mips && !musl));
assert!(gnu || uclibc || (mips && musl));
headers! { cfg: "linux/memfd.h" };
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment