Skip to content

Commit

Permalink
Skip tests for gettid on musl
Browse files Browse the repository at this point in the history
It requires musl 1.2.2 or later.
  • Loading branch information
JohnTitor committed Mar 4, 2021
1 parent eabf11b commit 84842b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Expand Up @@ -2737,6 +2737,9 @@ fn test_linux(target: &str) {
// assume it's a int instead.
"getnameinfo" if uclibc => true,

// FIXME: This needs musl 1.2.2 or later.
"gettid" if musl => true,

_ => false,
}
});
Expand Down

0 comments on commit 84842b5

Please sign in to comment.