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 2897333 commit 8570e62Copy full SHA for 8570e62
libc-test/build.rs
@@ -2015,6 +2015,15 @@ fn test_android(target: &str) {
2015
// Added in API level 28, but some tests use level 24.
2016
"aligned_alloc" => true,
2017
2018
+ // Added in API level 26, but some tests use level 24.
2019
+ "getgrent" => true,
2020
+
2021
2022
+ "setgrent" => true,
2023
2024
2025
+ "endgrent" => true,
2026
2027
// FIXME: bad function pointers:
2028
"isalnum" | "isalpha" | "iscntrl" | "isdigit" | "isgraph" | "islower" | "isprint"
2029
| "ispunct" | "isspace" | "isupper" | "isxdigit" | "isblank" | "tolower"
0 commit comments