095a5ae6 ^
aa398f56 ^
1 2 3 4 5
6
7
#include <sys/inotify.h> #include "syscall.h" int inotify_rm_watch(int fd, uint32_t wd) { return syscall(SYS_inotify_rm_watch, fd, wd); }