1/* Generated by ./xlat/gen.sh from ./xlat/sigprocmaskcmds.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat sigprocmaskcmds in mpers mode
6
7#else
8
9static
10const struct xlat sigprocmaskcmds[] = {
11#if defined(SIG_BLOCK) || (defined(HAVE_DECL_SIG_BLOCK) && HAVE_DECL_SIG_BLOCK)
12  XLAT(SIG_BLOCK),
13#endif
14#if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
15  XLAT(SIG_UNBLOCK),
16#endif
17#if defined(SIG_SETMASK) || (defined(HAVE_DECL_SIG_SETMASK) && HAVE_DECL_SIG_SETMASK)
18  XLAT(SIG_SETMASK),
19#endif
20#if defined(SIG_SETMASK32) || (defined(HAVE_DECL_SIG_SETMASK32) && HAVE_DECL_SIG_SETMASK32)
21  XLAT(SIG_SETMASK32),
22#endif
23 XLAT_END
24};
25
26#endif /* !IN_MPERS */
27