1 /* Generated by ./xlat/gen.sh from ./xlat/epollctls.in; do not edit. */ 2 3 static const struct xlat epollctls[] = { 4 #if defined(EPOLL_CTL_ADD) || (defined(HAVE_DECL_EPOLL_CTL_ADD) && HAVE_DECL_EPOLL_CTL_ADD) 5 XLAT(EPOLL_CTL_ADD), 6 #endif 7 #if defined(EPOLL_CTL_MOD) || (defined(HAVE_DECL_EPOLL_CTL_MOD) && HAVE_DECL_EPOLL_CTL_MOD) 8 XLAT(EPOLL_CTL_MOD), 9 #endif 10 #if defined(EPOLL_CTL_DEL) || (defined(HAVE_DECL_EPOLL_CTL_DEL) && HAVE_DECL_EPOLL_CTL_DEL) 11 XLAT(EPOLL_CTL_DEL), 12 #endif 13 XLAT_END 14 }; 15