Function lrs::syscall::inotify_init1

Creates a new inotify object.

Syntax

fn inotify_init1(flags: i32) -> i32

Arguments

NameDescription
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