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 2de2cb7 commit b719be4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
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 b719be4

Please sign in to comment.