• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 	XLAT(POLL_IN),
6 #endif
7 #if defined(POLL_OUT) || (defined(HAVE_DECL_POLL_OUT) && HAVE_DECL_POLL_OUT)
8 	XLAT(POLL_OUT),
9 #endif
10 #if defined(POLL_MSG) || (defined(HAVE_DECL_POLL_MSG) && HAVE_DECL_POLL_MSG)
11 	XLAT(POLL_MSG),
12 #endif
13 #if defined(POLL_ERR) || (defined(HAVE_DECL_POLL_ERR) && HAVE_DECL_POLL_ERR)
14 	XLAT(POLL_ERR),
15 #endif
16 #if defined(POLL_PRI) || (defined(HAVE_DECL_POLL_PRI) && HAVE_DECL_POLL_PRI)
17 	XLAT(POLL_PRI),
18 #endif
19 #if defined(POLL_HUP) || (defined(HAVE_DECL_POLL_HUP) && HAVE_DECL_POLL_HUP)
20 	XLAT(POLL_HUP),
21 #endif
22 	XLAT_END
23 };
24