Function rustix::shm::shm_unlink

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

shm_unlink(name)—Unlinks a shared memory object.

References