#ifndef _ABIBITS_EPOLL_H #define _ABIBITS_EPOLL_H #include #if !__MLIBC_LINUX_OPTION # error " is inherently Linux specific. Enable the Linux option or do not use this header." #endif /* !__MLIBC_LINUX_OPTION */ #define EPOLL_CLOEXEC 02000000 /* Same as __MLIBC_O_CLOEXEC */ #endif /* _ABIBITS_EPOLL_H */