• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/epollflags.in; do not edit. */
2 
3 static 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 };
12