1/* Generated by ./xlat/gen.sh from ./xlat/sigprocmaskcmds.in; do not edit. */
2
3static const struct xlat sigprocmaskcmds[] = {
4#if defined(SIG_BLOCK) || (defined(HAVE_DECL_SIG_BLOCK) && HAVE_DECL_SIG_BLOCK)
5 XLAT(SIG_BLOCK),
6#endif
7#if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
8 XLAT(SIG_UNBLOCK),
9#endif
10#if defined(SIG_SETMASK) || (defined(HAVE_DECL_SIG_SETMASK) && HAVE_DECL_SIG_SETMASK)
11 XLAT(SIG_SETMASK),
12#endif
13#if defined(SIG_SETMASK32) || (defined(HAVE_DECL_SIG_SETMASK32) && HAVE_DECL_SIG_SETMASK32)
14 XLAT(SIG_SETMASK32),
15#endif
16 XLAT_END
17};
18