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
876d7c84
Kaydet (Commit)
876d7c84
authored
Nis 16, 2010
tarafından
Mark Dickinson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Keep confstr entries in alphabetical order.
üst
affec45a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
posixmodule.c
Modules/posixmodule.c
+6
-6
No files found.
Modules/posixmodule.c
Dosyayı görüntüle @
876d7c84
...
...
@@ -5986,6 +5986,12 @@ static struct constdef posix_constants_confstr[] = {
#ifdef _CS_ARCHITECTURE
{
"CS_ARCHITECTURE"
,
_CS_ARCHITECTURE
},
#endif
#ifdef _CS_GNU_LIBC_VERSION
{
"CS_GNU_LIBC_VERSION"
,
_CS_GNU_LIBC_VERSION
},
#endif
#ifdef _CS_GNU_LIBPTHREAD_VERSION
{
"CS_GNU_LIBPTHREAD_VERSION"
,
_CS_GNU_LIBPTHREAD_VERSION
},
#endif
#ifdef _CS_HOSTNAME
{
"CS_HOSTNAME"
,
_CS_HOSTNAME
},
#endif
...
...
@@ -6127,12 +6133,6 @@ static struct constdef posix_constants_confstr[] = {
#ifdef _MIPS_CS_VENDOR
{
"MIPS_CS_VENDOR"
,
_MIPS_CS_VENDOR
},
#endif
#ifdef _CS_GNU_LIBC_VERSION
{
"CS_GNU_LIBC_VERSION"
,
_CS_GNU_LIBC_VERSION
},
#endif
#ifdef _CS_GNU_LIBPTHREAD_VERSION
{
"CS_GNU_LIBPTHREAD_VERSION"
,
_CS_GNU_LIBPTHREAD_VERSION
},
#endif
};
static
int
...
...
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