Skip to content

Commit a1245a2

Browse files
committed
Remove HAVE_POSIX_SPAWN define in Modules/posixmodule.c
1 parent 78ea6d5 commit a1245a2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Modules/posixmodule.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,6 @@ corresponding Unix manual entries for more information on calls.");
176176
#else
177177
/* Unix functions that the configure script doesn't check for */
178178
#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
187179
#define HAVE_FORK 1
188180
#if defined(__USLC__) && defined(__SCO_VERSION__) /* SCO UDK Compiler */
189181
#define HAVE_FORK1 1

0 commit comments

Comments
 (0)