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.
2 parents 2fdd948 + 9ddc899 commit 4bbe3f3Copy full SHA for 4bbe3f3
Sources/CSystem/include/io_uring.h
@@ -134,11 +134,13 @@ typedef struct __SWIFT_IORING_SQE_FALLBACK_STRUCT swift_io_uring_sqe;
134
#define IORING_FEAT_RW_ATTR (1U << 16)
135
#define IORING_FEAT_NO_IOWAIT (1U << 17)
136
137
+#if !defined(_ASM_GENERIC_INT_LL64_H) && !defined(_ASM_GENERIC_INT_L64_H) && !defined(_UAPI_ASM_GENERIC_INT_LL64_H) && !defined(_UAPI_ASM_GENERIC_INT_L64_H)
138
typedef uint8_t __u8;
139
typedef uint16_t __u16;
140
typedef uint32_t __u32;
141
typedef uint64_t __u64;
142
typedef int32_t __s32;
143
+#endif
144
145
#ifndef __kernel_rwf_t
146
typedef int __kernel_rwf_t;
0 commit comments