pub const FAN_CLOEXEC: u32 = 0x0000_0001;
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).