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 b313bda + 4f24d89 commit e27578bCopy full SHA for e27578b
stdlib/public/SwiftShims/SwiftStdint.h
@@ -24,7 +24,7 @@
24
25
// Clang has been defining __INTxx_TYPE__ macros for a long time.
26
// __UINTxx_TYPE__ are defined only since Clang 3.5.
27
-#if !defined(__APPLE__) && !defined(__linux__)
+#if !defined(__APPLE__) && !defined(__linux__) && !defined(__OpenBSD__)
28
#include <stdint.h>
29
typedef int64_t __swift_int64_t;
30
typedef uint64_t __swift_uint64_t;
0 commit comments