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

eventfd: Follow nix conventions #383

Merged
merged 1 commit into from
Jul 4, 2016
Merged

Commits on Jul 3, 2016

  1. eventfd: Follow nix conventions

    This commit revamps to eventfd to follow nix conventions:
      - drop in-crate FFI definitions
      - rename EventFdFlag to EfdFlags
    
    Additionally, it changes the initval argument to be a libc::c_uint,
    matching the actual type.
    kamalmarhubi committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    c9d92f1 View commit details
    Browse the repository at this point in the history