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

Build fails with signalfd feature enabled #307

Closed
alex-gulyas opened this issue Mar 10, 2016 · 0 comments
Closed

Build fails with signalfd feature enabled #307

alex-gulyas opened this issue Mar 10, 2016 · 0 comments

Comments

@alex-gulyas
Copy link
Contributor

Unresolved imports in src/sys/signalfd.rs:

  • sys::signal::signal::siginfo
  • sys::signal::sigset_t
This was referenced Mar 10, 2016
homu added a commit that referenced this issue Mar 11, 2016
Update signalfd

Update `signalfd` to use types and functions from `libc`.

It is a breaking change, because:
- renamed pub const `CREATE_NEW_FD` to `SIGNALFD_NEW`
- renamed pub const `SIGINFO_SIZE` to `SIGNALFD_SIGINFO_SIZE`
- removed pub const `SIGINFO_PADDING`

Fixes #307
@homu homu closed this as completed in #309 Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant