blob: fb9959a4ff4432f50d6a60616a1c547ed8e84ef4 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/pollflags.in; do not edit. */
2
3static const struct xlat pollflags[] = {
4#if defined(POLLIN) || (defined(HAVE_DECL_POLLIN) && HAVE_DECL_POLLIN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(POLLIN),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(POLLPRI) || (defined(HAVE_DECL_POLLPRI) && HAVE_DECL_POLLPRI)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(POLLPRI),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(POLLOUT) || (defined(HAVE_DECL_POLLOUT) && HAVE_DECL_POLLOUT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(POLLOUT),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(POLLRDNORM) || (defined(HAVE_DECL_POLLRDNORM) && HAVE_DECL_POLLRDNORM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(POLLRDNORM),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(POLLWRNORM) || (defined(HAVE_DECL_POLLWRNORM) && HAVE_DECL_POLLWRNORM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(POLLWRNORM),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(POLLRDBAND) || (defined(HAVE_DECL_POLLRDBAND) && HAVE_DECL_POLLRDBAND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(POLLRDBAND),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(POLLWRBAND) || (defined(HAVE_DECL_POLLWRBAND) && HAVE_DECL_POLLWRBAND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(POLLWRBAND),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(POLLERR) || (defined(HAVE_DECL_POLLERR) && HAVE_DECL_POLLERR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(POLLERR),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(POLLHUP) || (defined(HAVE_DECL_POLLHUP) && HAVE_DECL_POLLHUP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(POLLHUP),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(POLLNVAL) || (defined(HAVE_DECL_POLLNVAL) && HAVE_DECL_POLLNVAL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(POLLNVAL),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070034 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070035};