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 8c9563e commit c6fb0f3Copy full SHA for c6fb0f3
libc-test/build.rs
@@ -1567,9 +1567,13 @@ fn test_android(target: &str) {
1567
1568
// FIXME: Somehow we cannot find these fns on aarch64.
1569
// https://github.com/rust-lang/libc/issues/1765
1570
- "lockf" | "preadv64" | "pwritev64" | "openpty" |
1571
- "forkpty" | "login_tty" | "getifaddrs" | "freeifaddrs" |
1572
- "sethostname" | "getgrgid_r" | "getgrnam_r" if aarch64 => true,
+ "lockf" | "preadv64" | "pwritev64" | "openpty" | "forkpty"
+ | "login_tty" | "getifaddrs" | "freeifaddrs" | "sethostname"
+ | "getgrgid_r" | "getgrnam_r"
1573
+ if aarch64 =>
1574
+ {
1575
+ true
1576
+ }
1577
1578
_ => false,
1579
}
0 commit comments