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
33a29942
Kaydet (Commit)
33a29942
authored
Agu 30, 2010
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
Sébastien Sablé.
üst
33856de8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
configure
configure
+5
-1
configure.in
configure.in
+3
-0
No files found.
Misc/ACKS
Dosyayı görüntüle @
33a29942
...
@@ -705,6 +705,7 @@ Jeff Rush
...
@@ -705,6 +705,7 @@ Jeff Rush
Sam Rushing
Sam Rushing
Mark Russell
Mark Russell
Nick Russo
Nick Russo
Sébastien Sablé
Hajime Saitou
Hajime Saitou
George Sakkis
George Sakkis
Rich Salz
Rich Salz
...
...
Misc/NEWS
Dosyayı görüntüle @
33a29942
...
@@ -347,6 +347,9 @@ Tests
...
@@ -347,6 +347,9 @@ Tests
Build
Build
-----
-----
- Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
Sébastien Sablé.
- Don't run pgen twice when using make -j.
- Don't run pgen twice when using make -j.
...
...
configure
Dosyayı görüntüle @
33a29942
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 83
580
.
# From configure.in Revision: 83
986
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.2.
# Generated by GNU Autoconf 2.65 for python 3.2.
#
#
...
@@ -8745,6 +8745,10 @@ $as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
...
@@ -8745,6 +8745,10 @@ $as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
$as_echo
"#define HAVE_BROKEN_POSIX_SEMAPHORES 1"
>>
confdefs.h
$as_echo
"#define HAVE_BROKEN_POSIX_SEMAPHORES 1"
>>
confdefs.h
;;
;;
AIX/6
)
$as_echo
"#define HAVE_BROKEN_POSIX_SEMAPHORES 1"
>>
confdefs.h
;;
esac
esac
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking if PTHREAD_SCOPE_SYSTEM is supported"
>
&5
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking if PTHREAD_SCOPE_SYSTEM is supported"
>
&5
...
...
configure.in
Dosyayı görüntüle @
33a29942
...
@@ -2226,6 +2226,9 @@ if test "$posix_threads" = "yes"; then
...
@@ -2226,6 +2226,9 @@ if test "$posix_threads" = "yes"; then
AIX/5) AC_DEFINE(HAVE_BROKEN_POSIX_SEMAPHORES, 1,
AIX/5) AC_DEFINE(HAVE_BROKEN_POSIX_SEMAPHORES, 1,
[Define if the Posix semaphores do not work on your system])
[Define if the Posix semaphores do not work on your system])
;;
;;
AIX/6) AC_DEFINE(HAVE_BROKEN_POSIX_SEMAPHORES, 1,
Define if the Posix semaphores do not work on your system)
;;
esac
esac
AC_MSG_CHECKING(if PTHREAD_SCOPE_SYSTEM is supported)
AC_MSG_CHECKING(if PTHREAD_SCOPE_SYSTEM is supported)
...
...
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