blob: fc37e5b19d2296cb9ecd53b947e5a92cb9adac2b [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* 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)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(SIG_BLOCK),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(SIG_UNBLOCK),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(SIG_SETMASK) || (defined(HAVE_DECL_SIG_SETMASK) && HAVE_DECL_SIG_SETMASK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(SIG_SETMASK),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(SIG_SETMASK32) || (defined(HAVE_DECL_SIG_SETMASK32) && HAVE_DECL_SIG_SETMASK32)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(SIG_SETMASK32),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070016 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070017};