Set the parent of the child to the parent of the caller.
const CLONE_PARENT: CloneFlags = CloneFlags(cty::CLONE_PARENT);
clone(2) and CLONE_PARENT therein