Skip to content

Commit 5e3866a

Browse files
committed
Update ctest version
1 parent 54ea12d commit 5e3866a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libc-test/build.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ fn test_apple(target: &str) {
225225
}
226226
});
227227

228+
cfg.skip_roundtrip(|s| match s {
229+
// FIXME: TODO
230+
"utsname" | "statfs" | "dirent" | "utmpx" => true,
231+
_ => false,
232+
});
233+
228234
cfg.generate("../src/lib.rs", "main.rs");
229235
}
230236

0 commit comments

Comments
 (0)