1776. [port] Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.

This commit is contained in:
Mark Andrews
2004-11-30 05:54:30 +00:00
parent 42e237a3c5
commit 9a561b541e
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
1776. [port] Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.
1774. [port] Aix: Silence compiler warnings / build failures.
[RT #13154]

5
lib/bind/configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Revision: 1.83.2.10 .
# From configure.in Revision: 1.83.2.11 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -30408,6 +30408,9 @@ case "$host" in
hack_shutup_pthreadmutexinit=yes
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.9)
hack_shutup_pthreadmutexinit=yes
;;
esac
case "$hack_shutup_pthreadmutexinit" in

View File

@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
AC_REVISION($Revision: 1.83.2.10 $)
AC_REVISION($Revision: 1.83.2.11 $)
AC_INIT(resolv/herror.c)
AC_PREREQ(2.13)
@@ -2321,6 +2321,9 @@ case "$host" in
hack_shutup_pthreadmutexinit=yes
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.9)
hack_shutup_pthreadmutexinit=yes
;;
esac
case "$hack_shutup_pthreadmutexinit" in