File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -705,6 +705,7 @@ Jeff Rush
705705Sam Rushing
706706Mark Russell
707707Nick Russo
708+ Sébastien Sablé
708709Hajime Saitou
709710George Sakkis
710711Rich Salz
Original file line number Diff line number Diff line change @@ -347,6 +347,9 @@ Tests
347347Build
348348-----
349349
350+ - Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
351+ Sébastien Sablé.
352+
350353- Don't run pgen twice when using make -j.
351354
352355
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 83580 .
2+ # From configure.in Revision: 83986 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.65 for python 3.2.
55#
@@ -8745,6 +8745,10 @@ $as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
87458745$as_echo " #define HAVE_BROKEN_POSIX_SEMAPHORES 1" >> confdefs.h
87468746
87478747 ;;
8748+ AIX/6)
8749+ $as_echo " #define HAVE_BROKEN_POSIX_SEMAPHORES 1" >> confdefs.h
8750+
8751+ ;;
87488752 esac
87498753
87508754 { $as_echo " $as_me :${as_lineno-$LINENO } : checking if PTHREAD_SCOPE_SYSTEM is supported" >&5
Original file line number Diff line number Diff line change @@ -2226,6 +2226,9 @@ if test "$posix_threads" = "yes"; then
22262226 AIX/5) AC_DEFINE(HAVE_BROKEN_POSIX_SEMAPHORES, 1,
22272227 [Define if the Posix semaphores do not work on your system])
22282228 ;;
2229+ AIX/6) AC_DEFINE(HAVE_BROKEN_POSIX_SEMAPHORES, 1,
2230+ Define if the Posix semaphores do not work on your system)
2231+ ;;
22292232 esac
22302233
22312234 AC_MSG_CHECKING(if PTHREAD_SCOPE_SYSTEM is supported)
You can’t perform that action at this time.
0 commit comments