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