We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3431908 commit 9eb8034Copy full SHA for 9eb8034
include/uapi/linux/io_uring.h
@@ -10,7 +10,15 @@
10
11
#include <linux/fs.h>
12
#include <linux/types.h>
13
+/*
14
+ * this file is shared with liburing and that has to autodetect
15
+ * if linux/time_types.h is available or not, it can
16
+ * define UAPI_LINUX_IO_URING_H_SKIP_LINUX_TIME_TYPES_H
17
+ * if linux/time_types.h is not available
18
+ */
19
+#ifndef UAPI_LINUX_IO_URING_H_SKIP_LINUX_TIME_TYPES_H
20
#include <linux/time_types.h>
21
+#endif
22
23
#ifdef __cplusplus
24
extern "C" {
0 commit comments