Constant lrs::signal::flags::SIGFD_CLOSE_ON_EXEC

Sets the close-on-exec flag on the file descriptor

Syntax

const SIGFD_CLOSE_ON_EXEC: SigfdFlags = SigfdFlags(SFD_CLOEXEC);

Remarks

This flag will always be set.

See also