File tree 1 file changed +0
-26
lines changed
1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -1370,7 +1370,6 @@ fn test_android(target: &str) {
1370
1370
t => panic ! ( "unsupported target: {}" , t) ,
1371
1371
} ;
1372
1372
let x86 = target. contains ( "i686" ) || target. contains ( "x86_64" ) ;
1373
- let aarch64 = target. contains ( "aarch64" ) ;
1374
1373
1375
1374
let mut cfg = ctest_cfg ( ) ;
1376
1375
cfg. define ( "_GNU_SOURCE" , None ) ;
@@ -1592,31 +1591,6 @@ fn test_android(target: &str) {
1592
1591
// test the XSI version below.
1593
1592
"strerror_r" => true ,
1594
1593
1595
- // FIXME: Somehow we cannot find these fns on aarch64.
1596
- // https://github.com/rust-lang/libc/issues/1765
1597
- "lockf"
1598
- | "preadv64"
1599
- | "pwritev64"
1600
- | "openpty"
1601
- | "forkpty"
1602
- | "login_tty"
1603
- | "getifaddrs"
1604
- | "freeifaddrs"
1605
- | "sethostname"
1606
- | "getgrgid_r"
1607
- | "getgrnam_r"
1608
- | "sigtimedwait"
1609
- | "fmemopen"
1610
- | "open_memstream"
1611
- | "open_wmemstream"
1612
- | "clock_getcpuclockid"
1613
- | "process_vm_readv"
1614
- | "process_vm_writev"
1615
- if aarch64 =>
1616
- {
1617
- true
1618
- }
1619
-
1620
1594
_ => false ,
1621
1595
}
1622
1596
} ) ;
You can’t perform that action at this time.
0 commit comments