Skip to content

Commit

Permalink
Try to appease CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Jun 10, 2021
1 parent fbcf62b commit 1bc4d87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Expand Up @@ -2853,6 +2853,9 @@ fn test_linux(target: &str) {
// FIXME: This needs musl 1.2.2 or later.
"gettid" if musl => true,

// Needs glibc 2.33 or later.
"mallinfo2" => true,

_ => false,
}
});
Expand Down
1 change: 1 addition & 0 deletions libc-test/semver/linux-gnu.txt
Expand Up @@ -546,6 +546,7 @@ glob_t
globfree
globfree64
mallinfo
mallinfo2
malloc_usable_size
mallopt
nl_mmap_hdr
Expand Down

0 comments on commit 1bc4d87

Please sign in to comment.