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 3635a90 commit 64d9b00Copy full SHA for 64d9b00
libc-test/build.rs
@@ -1422,6 +1422,7 @@ fn test_android(target: &str) {
1422
"stdio.h",
1423
"stdlib.h",
1424
"string.h",
1425
+ "sys/auxv.h",
1426
"sys/epoll.h",
1427
"sys/eventfd.h",
1428
"sys/file.h",
@@ -1472,6 +1473,7 @@ fn test_android(target: &str) {
1472
1473
// Include linux headers at the end:
1474
headers! { cfg:
1475
"asm/mman.h",
1476
+ "linux/auxvec.h"
1477
"linux/dccp.h",
1478
"linux/errqueue.h",
1479
"linux/falloc.h",
0 commit comments