Inotify close on exec flag.
Source position: linux.pp line 384
const IN_CLOEXEC = &02000000;
IN_CLOEXEC can be set to indicate that the inotify file handle must be closed on exec.