blob: 7837a408a5760a49ef6fc97b427a2ca7786eafb8 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigact_flags.in; do not edit. */
2
3static const struct xlat sigact_flags[] = {
4#if defined(SA_RESTORER) || (defined(HAVE_DECL_SA_RESTORER) && HAVE_DECL_SA_RESTORER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(SA_RESTORER),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(SA_STACK) || (defined(HAVE_DECL_SA_STACK) && HAVE_DECL_SA_STACK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(SA_STACK),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(SA_RESTART) || (defined(HAVE_DECL_SA_RESTART) && HAVE_DECL_SA_RESTART)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(SA_RESTART),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(SA_INTERRUPT) || (defined(HAVE_DECL_SA_INTERRUPT) && HAVE_DECL_SA_INTERRUPT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(SA_INTERRUPT),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(SA_NODEFER) || (defined(HAVE_DECL_SA_NODEFER) && HAVE_DECL_SA_NODEFER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(SA_NODEFER),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined SA_NOMASK && SA_NODEFER != SA_NOMASK
20#if defined(SA_NOMASK) || (defined(HAVE_DECL_SA_NOMASK) && HAVE_DECL_SA_NOMASK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070021 XLAT(SA_NOMASK),
Elliott Hughes82728372014-06-06 22:49:31 -070022#endif
23#endif
24#if defined(SA_RESETHAND) || (defined(HAVE_DECL_SA_RESETHAND) && HAVE_DECL_SA_RESETHAND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070025 XLAT(SA_RESETHAND),
Elliott Hughes82728372014-06-06 22:49:31 -070026#endif
27#if defined SA_ONESHOT && SA_ONESHOT != SA_RESETHAND
28#if defined(SA_ONESHOT) || (defined(HAVE_DECL_SA_ONESHOT) && HAVE_DECL_SA_ONESHOT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(SA_ONESHOT),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#endif
32#if defined(SA_SIGINFO) || (defined(HAVE_DECL_SA_SIGINFO) && HAVE_DECL_SA_SIGINFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070033 XLAT(SA_SIGINFO),
Elliott Hughes82728372014-06-06 22:49:31 -070034#endif
35#if defined(SA_RESETHAND) || (defined(HAVE_DECL_SA_RESETHAND) && HAVE_DECL_SA_RESETHAND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070036 XLAT(SA_RESETHAND),
Elliott Hughes82728372014-06-06 22:49:31 -070037#endif
38#if defined(SA_ONSTACK) || (defined(HAVE_DECL_SA_ONSTACK) && HAVE_DECL_SA_ONSTACK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070039 XLAT(SA_ONSTACK),
Elliott Hughes82728372014-06-06 22:49:31 -070040#endif
41#if defined(SA_NODEFER) || (defined(HAVE_DECL_SA_NODEFER) && HAVE_DECL_SA_NODEFER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070042 XLAT(SA_NODEFER),
Elliott Hughes82728372014-06-06 22:49:31 -070043#endif
44#if defined(SA_NOCLDSTOP) || (defined(HAVE_DECL_SA_NOCLDSTOP) && HAVE_DECL_SA_NOCLDSTOP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070045 XLAT(SA_NOCLDSTOP),
Elliott Hughes82728372014-06-06 22:49:31 -070046#endif
47#if defined(SA_NOCLDWAIT) || (defined(HAVE_DECL_SA_NOCLDWAIT) && HAVE_DECL_SA_NOCLDWAIT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070048 XLAT(SA_NOCLDWAIT),
Elliott Hughes82728372014-06-06 22:49:31 -070049#endif
50#if defined(_SA_BSDCALL) || (defined(HAVE_DECL__SA_BSDCALL) && HAVE_DECL__SA_BSDCALL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070051 XLAT(_SA_BSDCALL),
Elliott Hughes82728372014-06-06 22:49:31 -070052#endif
53#if defined(SA_NOPTRACE) || (defined(HAVE_DECL_SA_NOPTRACE) && HAVE_DECL_SA_NOPTRACE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070054 XLAT(SA_NOPTRACE),
Elliott Hughes82728372014-06-06 22:49:31 -070055#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070056 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070057};