Skip to content

Commit 64d9b00

Browse files
committed
List Android headers needed for getauxval in libc-test/build.rs
1 parent 3635a90 commit 64d9b00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,7 @@ fn test_android(target: &str) {
14221422
"stdio.h",
14231423
"stdlib.h",
14241424
"string.h",
1425+
"sys/auxv.h",
14251426
"sys/epoll.h",
14261427
"sys/eventfd.h",
14271428
"sys/file.h",
@@ -1472,6 +1473,7 @@ fn test_android(target: &str) {
14721473
// Include linux headers at the end:
14731474
headers! { cfg:
14741475
"asm/mman.h",
1476+
"linux/auxvec.h"
14751477
"linux/dccp.h",
14761478
"linux/errqueue.h",
14771479
"linux/falloc.h",

0 commit comments

Comments
 (0)