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

Add EV_DISPATCH, EV_RECEIPT items for EventFlags, and fix build on OpenBSD #1252

Merged
merged 4 commits into from May 31, 2020

Commits on May 26, 2020

  1. Copy the full SHA
    c379d1a View commit details
    Browse the repository at this point in the history
  2. Fix build on OpenBSD caused by erroneous inclusion in allowed OS list…

    … for sendmmsg() / recvmmsg() in nix-rust#1208.
    
    In nix-rust#1208, sendmmsg() / recvmmsg() were added, but OpenBSD(who doesn't support these)
    was included on the list of allowed operating systems for sendmmsg() related things.
    This broke the build on OpenBSD.
    
    For more Rust-world examples, see: rust-lang/libc@6f62973
    nickpelone committed May 26, 2020
    Copy the full SHA
    dd0a990 View commit details
    Browse the repository at this point in the history
  3. Fix use of deprecated libc type, needed in order to run the tests suc…

    …cessfully. This type was deprecated in libc 0.2.55.
    nickpelone committed May 26, 2020
    Copy the full SHA
    0f9fcbd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    efef981 View commit details
    Browse the repository at this point in the history