aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/itimer_which.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/itimer_which.h')
-rw-r--r--xlat/itimer_which.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/xlat/itimer_which.h b/xlat/itimer_which.h
new file mode 100644
index 00000000..8b001eb1
--- /dev/null
+++ b/xlat/itimer_which.h
@@ -0,0 +1,14 @@
+/* Generated by ./xlat/gen.sh from ./xlat/itimer_which.in; do not edit. */
+
+static const struct xlat itimer_which[] = {
+#if defined(ITIMER_REAL) || (defined(HAVE_DECL_ITIMER_REAL) && HAVE_DECL_ITIMER_REAL)
+ XLAT(ITIMER_REAL),
+#endif
+#if defined(ITIMER_VIRTUAL) || (defined(HAVE_DECL_ITIMER_VIRTUAL) && HAVE_DECL_ITIMER_VIRTUAL)
+ XLAT(ITIMER_VIRTUAL),
+#endif
+#if defined(ITIMER_PROF) || (defined(HAVE_DECL_ITIMER_PROF) && HAVE_DECL_ITIMER_PROF)
+ XLAT(ITIMER_PROF),
+#endif
+ XLAT_END
+};