Skip to content

Commit

Permalink
Fix x86_64 musl
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Jul 5, 2019
1 parent c3ddd56 commit b2dcd5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/build.rs
Expand Up @@ -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) =>
{
Expand Down

0 comments on commit b2dcd5c

Please sign in to comment.