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 190b3dc commit 308d176Copy full SHA for 308d176
lib/Basic/Subprocess.cpp
@@ -102,7 +102,7 @@ static int posix_spawn_file_actions_addchdir_polyfill(posix_spawn_file_actions_t
102
// - FreeBSD 13.1 (May 2022)
103
// - Android 14 (October 2023)
104
return posix_spawn_file_actions_addchdir_np((posix_spawn_file_actions_t *)file_actions, path);
105
-#elif defined(__ANDROID__)
+#elif defined(__ANDROID__) && __ANDROID_API__ < 34
106
// - Android < 14
107
return ENOSYS;
108
#else
0 commit comments