1 /* Generated by ./xlat/gen.sh from ./xlat/epollflags.in; do not edit. */ 2 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC 3 #if !(defined(EPOLL_CLOEXEC) || (defined(HAVE_DECL_EPOLL_CLOEXEC) && HAVE_DECL_EPOLL_CLOEXEC)) 4 # define EPOLL_CLOEXEC O_CLOEXEC 5 #endif 6 #endif 7 8 #ifdef IN_MPERS 9 10 # error static const struct xlat epollflags in mpers mode 11 12 #else 13 14 static 15 const struct xlat epollflags[] = { 16 #if defined EPOLL_CLOEXEC || defined O_CLOEXEC 17 XLAT(EPOLL_CLOEXEC), 18 #endif 19 XLAT_END 20 }; 21 22 #endif /* !IN_MPERS */ 23