Skip to content

Commit b2dcd5c

Browse files
committed
Fix x86_64 musl
1 parent c3ddd56 commit b2dcd5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,6 +2299,7 @@ fn test_linux(target: &str) {
22992299
| "user"
23002300
| "user_fpxregs_struct" => true,
23012301
"sysinfo" if musl => true,
2302+
"ucontext_t" if x86_64 && musl => true,
23022303
"sockaddr_un" | "sembuf" | "ff_constant_effect"
23032304
if mips32 && (gnu || musl) =>
23042305
{

0 commit comments

Comments
 (0)