Function rustix::shm::unlink

source ·
pub fn unlink<P: Arg>(name: P) -> Result<()>
Expand description

shm_unlink(name)—Unlinks a shared memory object.

§References