blob: f963b6397662ae90d979f79898bd26c0e83c97fa [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigpoll_codes.in; do not edit. */
2
3static const struct xlat sigpoll_codes[] = {
Elliott Hughesc3d43082015-04-06 17:00:50 -07004#if !(defined(POLL_IN) || (defined(HAVE_DECL_POLL_IN) && HAVE_DECL_POLL_IN))
5# define POLL_IN 1
6#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT(POLL_IN),
Elliott Hughesc3d43082015-04-06 17:00:50 -07008#if !(defined(POLL_OUT) || (defined(HAVE_DECL_POLL_OUT) && HAVE_DECL_POLL_OUT))
9# define POLL_OUT 2
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(POLL_OUT),
Elliott Hughesc3d43082015-04-06 17:00:50 -070012#if !(defined(POLL_MSG) || (defined(HAVE_DECL_POLL_MSG) && HAVE_DECL_POLL_MSG))
13# define POLL_MSG 3
Elliott Hughes82728372014-06-06 22:49:31 -070014#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070015 XLAT(POLL_MSG),
Elliott Hughesc3d43082015-04-06 17:00:50 -070016#if !(defined(POLL_ERR) || (defined(HAVE_DECL_POLL_ERR) && HAVE_DECL_POLL_ERR))
17# define POLL_ERR 4
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070019 XLAT(POLL_ERR),
Elliott Hughesc3d43082015-04-06 17:00:50 -070020#if !(defined(POLL_PRI) || (defined(HAVE_DECL_POLL_PRI) && HAVE_DECL_POLL_PRI))
21# define POLL_PRI 5
Elliott Hughes82728372014-06-06 22:49:31 -070022#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(POLL_PRI),
Elliott Hughesc3d43082015-04-06 17:00:50 -070024#if !(defined(POLL_HUP) || (defined(HAVE_DECL_POLL_HUP) && HAVE_DECL_POLL_HUP))
25# define POLL_HUP 6
Elliott Hughes82728372014-06-06 22:49:31 -070026#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070027 XLAT(POLL_HUP),
Elliott Hughes0328d0a2015-03-18 11:18:43 -070028 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070029};