Constant naughtyfy::flags::FAN_CLOEXEC
source · pub const FAN_CLOEXEC: u32 = 0x00000001;Expand description
Set the close-on-exec flag (FD_CLOEXEC) on the new file
descriptor. See the description of the O_CLOEXEC flag in
open(2).