Function unlink

Source
pub fn unlink<P: Arg>(name: P) -> Result<()>
Available on crate feature shm only.
Expand description

shm_unlink(name)—Unlinks a shared memory object.

§References