pub fn inotify_init1(flags: u32) usize
pub fn inotify_init1(flags: u32) usize { return syscall1(.inotify_init1, flags); }