inotify_init1
int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK);
return (inotify_init1(0));
ifd = inotify_init1(IN_NONBLOCK);
int inotify_init1(int flags);
ifd = inotify_init1(flags);