1 2 3 4 5 6 7
#include <sys/inotify.h> #include "syscall.h" int inotify_init() { return syscall(SYS_inotify_init); }