rust-lang / libc

Raw bindings to platform APIs for Rust

Home Page:https://docs.rs/libc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing siginfo_t methods on uClibc targets

operutka opened this issue · comments

Currently it isn't possible to build rust-std because the si_pid() and si_status() methods are missing on all Linux uClibc targets. See rust-lang/rust#118190 for more details.