We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a34fd0 commit 40ffb82Copy full SHA for 40ffb82
libc-test/build.rs
@@ -4076,6 +4076,11 @@ fn test_linux(target: &str) {
4076
// FIXME: "'__uint128' undeclared" in C
4077
"__uint128" => true,
4078
4079
+ // FIXME(ctest): Failing on the 0.2 branch, likely an issue with old ctest
4080
+ t if t.ends_with("pid_type") => true,
4081
+ t if t.ends_with("proc_cn_mcast_op" ) => true,
4082
+ t if t.ends_with("proc_cn_event") => true,
4083
+
4084
t => {
4085
if musl {
4086
// LFS64 types have been removed in musl 1.2.4+
0 commit comments