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 c8889f4 commit 19dfb81Copy full SHA for 19dfb81
libc-test/build.rs
@@ -1566,11 +1566,11 @@ fn test_android(target: &str) {
1566
// test the XSI version below.
1567
"strerror_r" => true,
1568
1569
- // FIXME: Somehow we cannot find these fns on aarch64.
+ // FIXME: Somehow we cannot find these fns on aarch64.\
1570
// https://github.com/rust-lang/libc/issues/1765
1571
"lockf" | "preadv64" | "pwritev64" | "openpty" | "forkpty"
1572
| "login_tty" | "getifaddrs" | "freeifaddrs" | "sethostname"
1573
- | "getgrgid_r" | "getgrnam_r"
+ | "getgrgid_r" | "getgrnam_r" | "process_vm_writev" | "process_vm_readv"
1574
if aarch64 =>
1575
{
1576
true
0 commit comments