Skip to content

Commit ccca614

Browse files
committed
fixup
1 parent 36bd805 commit ccca614

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
@@ -2111,7 +2111,7 @@ fn test_linux(target: &str) {
21112111
}
21122112

21132113
// sysctl system call is unsupported in x32 kernel:
2114-
if !x86_64_32 {
2114+
if !x32 {
21152115
headers! { cfg: "sys/sysctl.h"}
21162116
}
21172117

0 commit comments

Comments
 (0)