summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-12-29 11:33:57 +0000
committerbors <bors@rust-lang.org>2021-12-29 11:33:57 +0000
commit4281f02b4f5e8e04ab5ca005003f4860c16950b5 (patch)
tree04f04000027e1b47edb91fbb9034a778ac368324 /libc-test/build.rs
parentc0cbbbe0ede51bedd9d64080405e45b7df5a89ac (diff)
parentd99d8b535963adbf8235dbb1579436bef54e9b21 (diff)
downloadrust-libc-4281f02b4f5e8e04ab5ca005003f4860c16950b5.tar.gz
Auto merge of #2417 - devnexen:user_regs_struct_arm64, r=Amanieu
linux/android aarch64 add user_regs_struct and user_fpsimd_struct
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 6c8cb0b3ec..944b960dee 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -1537,6 +1537,7 @@ fn test_android(target: &str) {
"sys/ucontext.h",
"sys/uio.h",
"sys/un.h",
+ "sys/user.h",
"sys/utsname.h",
"sys/vfs.h",
"sys/xattr.h",