blob: eb2023598c95e80203ddfbb27a8416f2a773a559 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/epollflags.in; do not edit. */
static const struct xlat epollflags[] = {
#if defined(EPOLL_CLOEXEC) || (defined(HAVE_DECL_EPOLL_CLOEXEC) && HAVE_DECL_EPOLL_CLOEXEC)
XLAT(EPOLL_CLOEXEC),
#endif
#if defined(EPOLL_NONBLOCK) || (defined(HAVE_DECL_EPOLL_NONBLOCK) && HAVE_DECL_EPOLL_NONBLOCK)
XLAT(EPOLL_NONBLOCK),
#endif
XLAT_END
};