1 2 3 4 5 6
#ifndef _ABIBITS_EPOLL_H #define _ABIBITS_EPOLL_H #define EPOLL_CLOEXEC 02000000 // Same as __MLIBC_O_CLOEXEC #endif // _ABIBITS_EPOLL_H