aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/sigaltstack_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/sigaltstack_flags.h')
-rw-r--r--xlat/sigaltstack_flags.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/xlat/sigaltstack_flags.h b/xlat/sigaltstack_flags.h
new file mode 100644
index 00000000..8d719ede
--- /dev/null
+++ b/xlat/sigaltstack_flags.h
@@ -0,0 +1,11 @@
+/* Generated by ./xlat/gen.sh from ./xlat/sigaltstack_flags.in; do not edit. */
+
+static const struct xlat sigaltstack_flags[] = {
+#if defined(SS_ONSTACK) || (defined(HAVE_DECL_SS_ONSTACK) && HAVE_DECL_SS_ONSTACK)
+ XLAT(SS_ONSTACK),
+#endif
+#if defined(SS_DISABLE) || (defined(HAVE_DECL_SS_DISABLE) && HAVE_DECL_SS_DISABLE)
+ XLAT(SS_DISABLE),
+#endif
+ XLAT_END
+};