blob: 9c6784ce80d05ddef02d9c27a2c179a952a49080 [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
};