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

Fix x86_64 musl

parent c3ddd564
No related branches found
No related tags found
No related merge requests found
......@@ -2299,6 +2299,7 @@ fn test_linux(target: &str) {
| "user"
| "user_fpxregs_struct" => true,
"sysinfo" if musl => true,
"ucontext_t" if x86_64 && musl => true,
"sockaddr_un" | "sembuf" | "ff_constant_effect"
if mips32 && (gnu || musl) =>
{
......
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