fanotify_init
#include <fcntl.h> /* Definition of O_* constants */ #include <sys/fanotify.h>
#include <fcntl.h>
O_*
#include <sys/fanotify.h>
int fanotify_init(unsigned int flags, unsigned int event_f_flags);
int fanotify_init(unsigned int
, unsigned int
);