summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-hrtimer-rel.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/autoconf-hrtimer-rel.c')
-rw-r--r--runtime/autoconf-hrtimer-rel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/autoconf-hrtimer-rel.c b/runtime/autoconf-hrtimer-rel.c
new file mode 100644
index 00000000..b7910be8
--- /dev/null
+++ b/runtime/autoconf-hrtimer-rel.c
@@ -0,0 +1,3 @@
+#include <linux/hrtimer.h>
+
+int x = HRTIMER_REL; /* as opposed to HRTIMER_MODE_REL */