devela::_dep::rustix::shm

Function unlink

pub fn unlink<P>(name: P) -> Result<(), Errno> 
where P: Arg,
Available on crate feature dep_rustix only.
Expand description

shm_unlink(name)—Unlinks a shared memory object.

§References