Macro shm::shmdt [] [src]

macro_rules! shmdt {
    ($addr: expr) => { ... };
}

The shmdt macro detaches the shared memory from the memory address.