• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/sa_handler_values.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat sa_handler_values in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat sa_handler_values[] = {
17 #if defined(SIG_ERR) || (defined(HAVE_DECL_SIG_ERR) && HAVE_DECL_SIG_ERR)
18   XLAT_TYPE(unsigned long, SIG_ERR),
19 #endif
20 #if defined(SIG_DFL) || (defined(HAVE_DECL_SIG_DFL) && HAVE_DECL_SIG_DFL)
21   XLAT_TYPE(unsigned long, SIG_DFL),
22 #endif
23 #if defined(SIG_IGN) || (defined(HAVE_DECL_SIG_IGN) && HAVE_DECL_SIG_IGN)
24   XLAT_TYPE(unsigned long, SIG_IGN),
25 #endif
26  XLAT_END
27 };
28 
29 # endif /* !IN_MPERS */
30 
31 #endif /* !XLAT_MACROS_ONLY */
32