1 /* Generated by ./xlat/gen.sh from ./xlat/pollflags.in; do not edit. */ 2 3 static const struct xlat pollflags[] = { 4 #if defined(POLLIN) || (defined(HAVE_DECL_POLLIN) && HAVE_DECL_POLLIN) 5 XLAT(POLLIN), 6 #endif 7 #if defined(POLLPRI) || (defined(HAVE_DECL_POLLPRI) && HAVE_DECL_POLLPRI) 8 XLAT(POLLPRI), 9 #endif 10 #if defined(POLLOUT) || (defined(HAVE_DECL_POLLOUT) && HAVE_DECL_POLLOUT) 11 XLAT(POLLOUT), 12 #endif 13 #if defined(POLLRDNORM) || (defined(HAVE_DECL_POLLRDNORM) && HAVE_DECL_POLLRDNORM) 14 XLAT(POLLRDNORM), 15 #endif 16 #if defined(POLLWRNORM) || (defined(HAVE_DECL_POLLWRNORM) && HAVE_DECL_POLLWRNORM) 17 XLAT(POLLWRNORM), 18 #endif 19 #if defined(POLLRDBAND) || (defined(HAVE_DECL_POLLRDBAND) && HAVE_DECL_POLLRDBAND) 20 XLAT(POLLRDBAND), 21 #endif 22 #if defined(POLLWRBAND) || (defined(HAVE_DECL_POLLWRBAND) && HAVE_DECL_POLLWRBAND) 23 XLAT(POLLWRBAND), 24 #endif 25 #if defined(POLLERR) || (defined(HAVE_DECL_POLLERR) && HAVE_DECL_POLLERR) 26 XLAT(POLLERR), 27 #endif 28 #if defined(POLLHUP) || (defined(HAVE_DECL_POLLHUP) && HAVE_DECL_POLLHUP) 29 XLAT(POLLHUP), 30 #endif 31 #if defined(POLLNVAL) || (defined(HAVE_DECL_POLLNVAL) && HAVE_DECL_POLLNVAL) 32 XLAT(POLLNVAL), 33 #endif 34 XLAT_END 35 }; 36