You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems ucontext_t is missing for powerpc64le-unknown-linux-gnu:
[...]
error[E0432]: unresolved import `libc::ucontext_t`
--> unwind-sys/src/powerpc64.rs:1:5
|
1 | use libc::ucontext_t;| ^^^^^^^^^^^^^^^^ no `ucontext_t`in the root
[...]
When I check for different archs (e.g. aarch64, loongarch, riscv64) most seem to have it in their align.rs (unix/linux_like/linux/gnu/b64/<ARCH>/align.rs) file, but for Power it's missing.
It seems
ucontext_t
is missing for powerpc64le-unknown-linux-gnu:When I check for different archs (e.g. aarch64, loongarch, riscv64) most seem to have it in their align.rs (
unix/linux_like/linux/gnu/b64/<ARCH>/align.rs
) file, but for Power it's missing.System
The text was updated successfully, but these errors were encountered: