Constant lrs::process::clone::CLONE_FILES

Share the file descriptor table of the process.

Syntax

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

See also