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 fbcf62b commit 7f6ce32Copy full SHA for 7f6ce32
libc-test/build.rs
@@ -2650,6 +2650,9 @@ fn test_linux(target: &str) {
2650
// FIXME: CI's kernel header version is old.
2651
"sockaddr_can" => true,
2652
2653
+ // Requires glibc 2.33 or newer.
2654
+ "mallinfo2" => true,
2655
+
2656
_ => false,
2657
}
2658
});
@@ -2853,6 +2856,9 @@ fn test_linux(target: &str) {
2853
2856
// FIXME: This needs musl 1.2.2 or later.
2854
2857
"gettid" if musl => true,
2855
2858
2859
+ // Needs glibc 2.33 or later.
2860
2861
2862
2863
2864
libc-test/semver/linux-gnu.txt
@@ -546,6 +546,7 @@ glob_t
546
globfree
547
globfree64
548
mallinfo
549
+mallinfo2
550
malloc_usable_size
551
mallopt
552
nl_mmap_hdr
0 commit comments