Skip to content

Commit 19dfb81

Browse files
committed
libc-test: add process_vm* to exceptions for android
1 parent c8889f4 commit 19dfb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc-test/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,11 +1566,11 @@ fn test_android(target: &str) {
15661566
// test the XSI version below.
15671567
"strerror_r" => true,
15681568

1569-
// FIXME: Somehow we cannot find these fns on aarch64.
1569+
// FIXME: Somehow we cannot find these fns on aarch64.\
15701570
// https://github.com/rust-lang/libc/issues/1765
15711571
"lockf" | "preadv64" | "pwritev64" | "openpty" | "forkpty"
15721572
| "login_tty" | "getifaddrs" | "freeifaddrs" | "sethostname"
1573-
| "getgrgid_r" | "getgrnam_r"
1573+
| "getgrgid_r" | "getgrnam_r" | "process_vm_writev" | "process_vm_readv"
15741574
if aarch64 =>
15751575
{
15761576
true

0 commit comments

Comments
 (0)