You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Unresolved imports in
src/sys/signalfd.rs
:sys::signal::signal::siginfo
sys::signal::sigset_t
The text was updated successfully, but these errors were encountered: