nix
nix copied to clipboard
Add MapFlags::MAP_UNINITIALIZED for Linux
trafficstars
Linux supports the map flag MAP_UNINITIALIZED for embedded devices. Please add this for the MapFlags type.
https://elixir.bootlin.com/linux/latest/source/include/uapi/asm-generic/mman-common.h#L33
Care to submit a PR?
I created a PR for rust-libc: https://github.com/rust-lang/libc/pull/3274
If this is accepted, I'll create my PR for nix