[][src]Function linux::syscall::inotify_rm_watch

pub fn inotify_rm_watch(fd: c_int, wd: c_int) -> c_int

Removes an inotify watch.

[argument, fd] The fd of the inotify object.

[argument, wd] The watch descriptor to remove.

= See also

  • link:man:inotify_rm_watch(2)