1/* Generated by ./xlat/gen.sh from ./xlat/sa_handler_values.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat sa_handler_values in mpers mode
6
7#else
8
9static
10const struct xlat sa_handler_values[] = {
11#if defined(SIG_ERR) || (defined(HAVE_DECL_SIG_ERR) && HAVE_DECL_SIG_ERR)
12  XLAT_TYPE(unsigned long, SIG_ERR),
13#endif
14#if defined(SIG_DFL) || (defined(HAVE_DECL_SIG_DFL) && HAVE_DECL_SIG_DFL)
15  XLAT_TYPE(unsigned long, SIG_DFL),
16#endif
17#if defined(SIG_IGN) || (defined(HAVE_DECL_SIG_IGN) && HAVE_DECL_SIG_IGN)
18  XLAT_TYPE(unsigned long, SIG_IGN),
19#endif
20 XLAT_END
21};
22
23#endif /* !IN_MPERS */
24