List Android headers needed for getauxval in libc-test/build.rs

This commit is contained in:
Jack Lloyd 2020-12-08 10:10:02 -05:00
parent 3635a90210
commit 64d9b001de
1 changed files with 2 additions and 0 deletions

View File

@ -1422,6 +1422,7 @@ fn test_android(target: &str) {
"stdio.h",
"stdlib.h",
"string.h",
"sys/auxv.h",
"sys/epoll.h",
"sys/eventfd.h",
"sys/file.h",
@ -1472,6 +1473,7 @@ fn test_android(target: &str) {
// Include linux headers at the end:
headers! { cfg:
"asm/mman.h",
"linux/auxvec.h"
"linux/dccp.h",
"linux/errqueue.h",
"linux/falloc.h",