summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-ktime-get-real.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/autoconf-ktime-get-real.c')
-rw-r--r--runtime/autoconf-ktime-get-real.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/autoconf-ktime-get-real.c b/runtime/autoconf-ktime-get-real.c
new file mode 100644
index 00000000..67b71409
--- /dev/null
+++ b/runtime/autoconf-ktime-get-real.c
@@ -0,0 +1,6 @@
+#include <linux/ktime.h>
+
+void ____autoconf_func(struct timespec *ts)
+{
+ ktime_get_real_ts(ts);
+}