1 /* Generated by ./xlat/gen.sh from ./xlat/sigpoll_codes.in; do not edit. */ 2 3 static const struct xlat sigpoll_codes[] = { 4 #if !(defined(POLL_IN) || (defined(HAVE_DECL_POLL_IN) && HAVE_DECL_POLL_IN)) 5 # define POLL_IN 1 6 #endif 7 XLAT(POLL_IN), 8 #if !(defined(POLL_OUT) || (defined(HAVE_DECL_POLL_OUT) && HAVE_DECL_POLL_OUT)) 9 # define POLL_OUT 2 10 #endif 11 XLAT(POLL_OUT), 12 #if !(defined(POLL_MSG) || (defined(HAVE_DECL_POLL_MSG) && HAVE_DECL_POLL_MSG)) 13 # define POLL_MSG 3 14 #endif 15 XLAT(POLL_MSG), 16 #if !(defined(POLL_ERR) || (defined(HAVE_DECL_POLL_ERR) && HAVE_DECL_POLL_ERR)) 17 # define POLL_ERR 4 18 #endif 19 XLAT(POLL_ERR), 20 #if !(defined(POLL_PRI) || (defined(HAVE_DECL_POLL_PRI) && HAVE_DECL_POLL_PRI)) 21 # define POLL_PRI 5 22 #endif 23 XLAT(POLL_PRI), 24 #if !(defined(POLL_HUP) || (defined(HAVE_DECL_POLL_HUP) && HAVE_DECL_POLL_HUP)) 25 # define POLL_HUP 6 26 #endif 27 XLAT(POLL_HUP), 28 XLAT_END 29 }; 30