diff options
author | Greg V <greg@unrelenting.technology> | 2020-05-17 00:49:43 +0300 |
---|---|---|
committer | Greg V <greg@unrelenting.technology> | 2020-07-06 15:31:37 +0300 |
commit | 1e66be9c452a6ae59df69327e4f449ac0bda39ac (patch) | |
tree | 73e77fbbc375b935162da3448cadec83991c8563 /libc-test | |
parent | 9340bb3516bc287794f7c44efd3ea01d2e48a2b4 (diff) | |
download | rust-libc-1e66be9c452a6ae59df69327e4f449ac0bda39ac.tar.gz |
FreeBSD: add ucontext.h to libc-test
It was picked up transitively on >10, but tests failed on 10
Diffstat (limited to 'libc-test')
-rw-r--r-- | libc-test/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index e941baf056..81137d8e44 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1703,6 +1703,7 @@ fn test_freebsd(target: &str) { "sys/times.h", "sys/timex.h", "sys/types.h", + "sys/ucontext.h", "sys/uio.h", "sys/un.h", "sys/utsname.h", |