Skip to content

Commit b719be4

Browse files
committed
Skip tests for gettid on musl
It requires musl 1.2.2 or later.
1 parent 2de2cb7 commit b719be4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2737,6 +2737,9 @@ fn test_linux(target: &str) {
27372737
// assume it's a int instead.
27382738
"getnameinfo" if uclibc => true,
27392739

2740+
// FIXME: This needs musl 1.2.2 or later.
2741+
"gettid" if musl => true,
2742+
27402743
_ => false,
27412744
}
27422745
});

0 commit comments

Comments
 (0)