1 2 3 4 5 6 7
#ifndef _ABIBITS_INOTIFY_H #define _ABIBITS_INOTIFY_H #define IN_CLOEXEC 1 #define IN_NONBLOCK 2 #endif // _ABIBITS_INOTIFY_H