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

Allow setting kevent_flags on struct sigevent #1731

Merged
merged 2 commits into from
Aug 27, 2023

Commits on Aug 26, 2023

  1. Allow setting kevent_flags on struct sigevent

    Also, disallow using SigevNotify::SigevThreadId on musl.  I don't think
    it ever worked.
    
    Depends on rust-lang/libc#2813
    Blocks tokio-rs/tokio#4728
    asomers committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    656546b View commit details
    Browse the repository at this point in the history
  2. Inline libc::sigevent

    Because the PR to libc is stalled for over one year, with no sign of
    progress.
    asomers committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    aca9e32 View commit details
    Browse the repository at this point in the history