• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/sigprocmaskcmds.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 sigprocmaskcmds in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat sigprocmaskcmds[] = {
17 #if defined(SIG_BLOCK) || (defined(HAVE_DECL_SIG_BLOCK) && HAVE_DECL_SIG_BLOCK)
18   XLAT(SIG_BLOCK),
19 #endif
20 #if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
21   XLAT(SIG_UNBLOCK),
22 #endif
23 #if defined(SIG_SETMASK) || (defined(HAVE_DECL_SIG_SETMASK) && HAVE_DECL_SIG_SETMASK)
24   XLAT(SIG_SETMASK),
25 #endif
26 #if defined(SIG_SETMASK32) || (defined(HAVE_DECL_SIG_SETMASK32) && HAVE_DECL_SIG_SETMASK32)
27   XLAT(SIG_SETMASK32),
28 #endif
29  XLAT_END
30 };
31 
32 # endif /* !IN_MPERS */
33 
34 #endif /* !XLAT_MACROS_ONLY */
35