Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix posix-signals-on-macos on aarch64-apple-darwin #6793

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Fix posix-signals-on-macos on aarch64-apple-darwin

    Currently the `libc` crate has an incorrect definition of `ucontext_t`
    for this platform which is causing alignment issues when it's used. This
    fixes [this issue][1] and the `posix-signals-on-macos` feature on this
    platform.
    
    [1]: bytecodealliance#6785 (comment)
    alexcrichton committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5bda6c1 View commit details
    Browse the repository at this point in the history