#include #include int inotify_rm_watch(int fildes, int wd) { return syscall(inotify_rm_watch, fildes, wd); }