Constant lrs::process::clone::CLONE_PARENT

Set the parent of the child to the parent of the caller.

Syntax

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

See also