[][src]Function linux::syscall::inotify_init1

pub fn inotify_init1(flags: c_int) -> c_int

Creates a new inotify object.

[argument, flags] Flags to use when creating the object.

= Remarks

Unless lrs was compiled with the no-auto-cloexec flag, this function automatically adds the IN_CLOEXEC flag.

= See also

  • link:man:inotify_init1(2)