Skip to content

musl: use of undeclared type name libc::ucontext_t #325

Closed
@posborne

Description

@posborne

x86_64-unknown-linux-musl should be added to CI. It is included in the posborne/rust-cross:x86 docker image. Discovered this while working on some fixup for the CI stuff. May be a libc issue.

=======================================================
TESTING VERSION: 1.7.0, TARGET: x86_64-unknown-linux-musl
=======================================================
/source/src/ucontext.rs:7:14: 7:30 error: use of undeclared type name `libc::ucontext_t` [E0412]
/source/src/ucontext.rs:7     context: libc::ucontext_t,
                                       ^~~~~~~~~~~~~~~~
/source/src/ucontext.rs:7:14: 7:30 help: run `rustc --explain E0412` to see a detailed explanation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions