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 fdaf1ba + 8e6d86e commit 1eeedd3Copy full SHA for 1eeedd3
stdlib/public/SwiftShims/LibcShims.h
@@ -50,7 +50,7 @@ typedef long int __swift_ssize_t;
50
// This declaration might not be universally correct.
51
// We verify its correctness for the current platform in the runtime code.
52
#if defined(__linux__)
53
-# if defined(__ANDROID__)
+# if defined(__ANDROID__) && !defined(__aarch64__)
54
typedef __swift_uint16_t __swift_mode_t;
55
# else
56
typedef __swift_uint32_t __swift_mode_t;
0 commit comments