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 78ea6d5 commit a1245a2Copy full SHA for a1245a2
Modules/posixmodule.c
@@ -176,14 +176,6 @@ corresponding Unix manual entries for more information on calls.");
176
#else
177
/* Unix functions that the configure script doesn't check for */
178
#define HAVE_EXECV 1
179
-/* bpo-32705: Current Android does not have posix_spawn
180
- * Most likely posix_spawn will be available in next Android version (Android
181
- * P, API 28). Need revisit then. See
182
- * https://android-review.googlesource.com/c/platform/bionic/+/504842
183
- **/
184
-#ifndef __ANDROID__
185
-#define HAVE_POSIX_SPAWN 1
186
-#endif
187
#define HAVE_FORK 1
188
#if defined(__USLC__) && defined(__SCO_VERSION__) /* SCO UDK Compiler */
189
#define HAVE_FORK1 1
0 commit comments