]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #87354 - Wind-River:2021_master, r=kennytm
authorYuki Okushi <jtitor@2k36.org>
Tue, 27 Jul 2021 10:52:42 +0000 (19:52 +0900)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 10:52:42 +0000 (19:52 +0900)
commit90f6d7becb6bce73b8a8a709c76c23554f859770
tree51c577696902126a4b5d7bd091cb8e37650864ed
parent4e1ebf23cdbbba57126908d0ba07e35c47bd71ca
parent7a9dd00506f496f511d87fda5a286813322f8e55
Rollup merge of #87354 - Wind-River:2021_master, r=kennytm

Update VxWork's UNIX support

1. VxWorks does not provide glibc
2. VxWorks does provide `sigemptyset` and `sigaddset`

Note: these changes are concurrent to [this PR](https://github.com/rust-lang/libc/pull/2295) in libc.