Skip to content

Commit f843f83

Browse files
committed
Skip statx and statx_timestamp for now
1 parent 24a8d8b commit f843f83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libc-test/build.rs

+6
Original file line numberDiff line numberDiff line change
@@ -2331,6 +2331,12 @@ fn test_linux(target: &str) {
23312331
// glibcs (see https://github.com/rust-lang/libc/issues/1410)
23322332
"ucontext_t" if gnu => true,
23332333

2334+
// FIXME: Somehow we cannot include headers correctly in glibc 2.30.
2335+
// So let's ignore for now and re-visit later.
2336+
// Probably related: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085
2337+
"statx" => true,
2338+
"statx_timestamp" => true,
2339+
23342340
_ => false,
23352341
}
23362342
});

0 commit comments

Comments
 (0)