Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
8997f9cd
Kaydet (Commit)
8997f9cd
authored
Ock 29, 2018
tarafından
Chih-Hsuan Yen
Kaydeden (comit)
Victor Stinner
Ock 29, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-32705: Current Android does not have posix_spawn (#5413)
üst
2a3260bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
posixmodule.c
Modules/posixmodule.c
+7
-0
No files found.
Modules/posixmodule.c
Dosyayı görüntüle @
8997f9cd
...
@@ -176,7 +176,14 @@ corresponding Unix manual entries for more information on calls.");
...
@@ -176,7 +176,14 @@ corresponding Unix manual entries for more information on calls.");
#else
#else
/* Unix functions that the configure script doesn't check for */
/* Unix functions that the configure script doesn't check for */
#define HAVE_EXECV 1
#define HAVE_EXECV 1
/* bpo-32705: Current Android does not have posix_spawn
* Most likely posix_spawn will be available in next Android version (Android
* P, API 28). Need revisit then. See
* https://android-review.googlesource.com/c/platform/bionic/+/504842
**/
#ifndef __ANDROID__
#define HAVE_POSIX_SPAWN 1
#define HAVE_POSIX_SPAWN 1
#endif
#define HAVE_FORK 1
#define HAVE_FORK 1
#if defined(__USLC__) && defined(__SCO_VERSION__)
/* SCO UDK Compiler */
#if defined(__USLC__) && defined(__SCO_VERSION__)
/* SCO UDK Compiler */
#define HAVE_FORK1 1
#define HAVE_FORK1 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment