blob: eb2023598c95e80203ddfbb27a8416f2a773a559 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/epollflags.in; do not edit. */
2
3static const struct xlat epollflags[] = {
4#if defined(EPOLL_CLOEXEC) || (defined(HAVE_DECL_EPOLL_CLOEXEC) && HAVE_DECL_EPOLL_CLOEXEC)
5 XLAT(EPOLL_CLOEXEC),
6#endif
7#if defined(EPOLL_NONBLOCK) || (defined(HAVE_DECL_EPOLL_NONBLOCK) && HAVE_DECL_EPOLL_NONBLOCK)
8 XLAT(EPOLL_NONBLOCK),
9#endif
10 XLAT_END
11};