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 b0c56b5 commit f6be86fCopy full SHA for f6be86f
1 file changed
libc-test/build.rs
@@ -2205,6 +2205,9 @@ fn test_android(target: &str) {
2205
// Added in API level 30, but tests use level 28.
2206
"memfd_create" | "mlock2" | "renameat2" | "statx" | "statx_timestamp" => true,
2207
2208
+ // Added in API level 33, but tests use level 28.
2209
+ "preadv2" | "pwritev2" => true,
2210
+
2211
// Added in glibc 2.25.
2212
"getentropy" => true,
2213
0 commit comments