Creates a memfd.
fn memfd_create(name: &CStr, flags: u32) -> i32
| Name | Description |
|---|---|
| name | The name of the pseudo-file. |
| flags | Flags to use for the new file. |
Unless lrs was compiled with the no-auto-cloexec flag, this function automatically adds the MFD_CLOEXEC flag.