Constant lrs::process::clone::CLONE_SYSVSEM

Share System V semaphores with the process.

Syntax

const CLONE_SYSVSEM: CloneFlags = CloneFlags(cty::CLONE_SYSVSEM);

See also