Skip to content

Commit 9eb98fe

Browse files
committed
fixup
1 parent ab103f1 commit 9eb98fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ fn test_linux(target: &str) {
22652265
//
22662266
// Require Linux kernel 5.x:
22672267
| "MSG_COPY"
2268-
=> true,
2268+
if musl => true,
22692269

22702270
// The musl version 1.0.22 used in CI does not
22712271
// contain these glibc constants yet:

0 commit comments

Comments
 (0)