Function lrs::syscall::inotify_rm_watch

Removes an inotify watch.

Syntax

fn inotify_rm_watch(fd: i32, wd: i32) -> i32

Arguments

NameDescription
fd

The fd of the inotify object.

wd

The watch descriptor to remove.

See also