nix-rust / nix

Rust friendly bindings to *nix APIs
MIT License
2.63k stars 661 forks source link

sys::prctl: Adding set_vma_anon_name. #2378

Closed devnexen closed 5 months ago

devnexen commented 5 months ago

to set a name for an anonymous region for Linux/Android.

What does this PR do

Checklist:

devnexen commented 5 months ago

Seems that there is no explicit way to check if this option is set or not?

No and in this case it does not really matter, this feature is more the "icing of top of cake" kind, so if it does not work it s just a no-op :)