Creates a new inotify object.
fn inotify_init1(flags: i32) -> i32
Flags to use when creating the object.
Unless lrs was compiled with the no-auto-cloexec flag, this function automatically adds the IN_CLOEXEC flag.
no-auto-cloexec
IN_CLOEXEC
inotify_init1(2)