We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6882e5 + 1f68d57 commit f3984c9Copy full SHA for f3984c9
libc-test/build.rs
@@ -2081,6 +2081,9 @@ fn test_android(target: &str) {
2081
// Added in API level 26, but some tests use level 24.
2082
"endgrent" => true,
2083
2084
+ // Added in API level 26, but some tests use level 24.
2085
+ "getdomainname" | "setdomainname" => true,
2086
+
2087
// FIXME(android): bad function pointers:
2088
"isalnum" | "isalpha" | "iscntrl" | "isdigit" | "isgraph" | "islower" | "isprint"
2089
| "ispunct" | "isspace" | "isupper" | "isxdigit" | "isblank" | "tolower"
0 commit comments