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
NB This issue describes making changes to the libc crate, not to nix. The issue is here because these are constants we'd like to use from libc as part of work on #264, but are not yet available in the libc crate.
I've been going through bitflags as part of #315, and taking note of some places where we need to get constants upstreamed.
NB This issue describes making changes to the libc crate, not to nix. The issue is here because these are constants we'd like to use from libc as part of work on #264, but are not yet available in the libc crate.
I've been going through bitflags as part of #315, and taking note of some places where we need to get constants upstreamed.
sys::memfd::MFD_*
(Add constants for memfd_create syscall rust-lang/libc#836)sys::socket::consts::MSG_*
sys:socket::consts::SOL_*
(linux: add missing SOL_* constants rust-lang/libc#228)The text was updated successfully, but these errors were encountered: