nix::sys::mman

Function shm_unlink

Source
pub fn shm_unlink<P: ?Sized + NixPath>(name: &P) -> Result<()>
Expand description

Performs the converse of shm_open, removing an object previously created.

For more information, see shm_unlink(3).