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 965f619 commit cafa822Copy full SHA for cafa822
stdlib/public/SwiftShims/LibcShims.h
@@ -33,7 +33,7 @@ namespace swift { extern "C" {
33
34
// This declaration is not universally correct. We verify its correctness for
35
// the current platform in the runtime code.
36
-#if defined(__linux__) && defined (__arm__)
+#if defined(__linux__) && (defined(__arm__) || defined(__i386__))
37
typedef int __swift_ssize_t;
38
#elif defined(_WIN32)
39
#if defined(_M_ARM) || defined(_M_IX86)
0 commit comments