Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 92522 invoked from network); 25 Sep 2009 09:01:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Sep 2009 09:01:33 -0000 Received: (qmail 35672 invoked by uid 500); 25 Sep 2009 09:01:32 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 35586 invoked by uid 500); 25 Sep 2009 09:01:32 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 35577 invoked by uid 99); 25 Sep 2009 09:01:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2009 09:01:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2009 09:01:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 98D6B23888DB; Fri, 25 Sep 2009 09:01:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r818775 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/hpux/acr_arch_private.h Date: Fri, 25 Sep 2009 09:01:08 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090925090108.98D6B23888DB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Fri Sep 25 09:01:08 2009 New Revision: 818775 URL: http://svn.apache.org/viewvc?rev=818775&view=rev Log: Use sysv mutex on HP-UX Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/hpux/acr_arch_private.h Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/hpux/acr_arch_private.h URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/arch/hpux/acr_arch_private.h?rev=818775&r1=818774&r2=818775&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/include/arch/hpux/acr_arch_private.h (original) +++ commons/sandbox/runtime/trunk/src/main/native/include/arch/hpux/acr_arch_private.h Fri Sep 25 09:01:08 2009 @@ -53,6 +53,13 @@ #define ACR_WANT_FNMATCH 1 /** + * HP-UX requires sysv mutex interface + */ +#if !define(ACR_USE_SYSV_MUTEX) +#define ACR_USE_SYSV_MUTEX 1 +#endif + +/** * Temporary APR flags */ #define APR_USE_SHMEM_SHMGET 1