aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/sigprocmaskcmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/sigprocmaskcmds.h')
-rw-r--r--xlat/sigprocmaskcmds.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/xlat/sigprocmaskcmds.h b/xlat/sigprocmaskcmds.h
new file mode 100644
index 00000000..18fc2f6c
--- /dev/null
+++ b/xlat/sigprocmaskcmds.h
@@ -0,0 +1,17 @@
+/* Generated by ./xlat/gen.sh from ./xlat/sigprocmaskcmds.in; do not edit. */
+
+static const struct xlat sigprocmaskcmds[] = {
+#if defined(SIG_BLOCK) || (defined(HAVE_DECL_SIG_BLOCK) && HAVE_DECL_SIG_BLOCK)
+ XLAT(SIG_BLOCK),
+#endif
+#if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
+ XLAT(SIG_UNBLOCK),
+#endif
+#if defined(SIG_SETMASK) || (defined(HAVE_DECL_SIG_SETMASK) && HAVE_DECL_SIG_SETMASK)
+ XLAT(SIG_SETMASK),
+#endif
+#if defined(SIG_SETMASK32) || (defined(HAVE_DECL_SIG_SETMASK32) && HAVE_DECL_SIG_SETMASK32)
+ XLAT(SIG_SETMASK32),
+#endif
+ XLAT_END
+};