Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 12216 invoked from network); 23 Oct 2007 18:21:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 18:21:17 -0000 Received: (qmail 84971 invoked by uid 500); 23 Oct 2007 18:21:03 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 84922 invoked by uid 500); 23 Oct 2007 18:21:03 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 84910 invoked by uid 99); 23 Oct 2007 18:21:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 11:21:03 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.40.195.232] (HELO verdesmares.com) (209.40.195.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 18:21:06 +0000 Received: from [189.32.5.148] (unknown [189.32.5.148]) by verdesmares.com (Postfix) with ESMTP id 2DDAC1DBC4003; Tue, 23 Oct 2007 18:20:13 +0000 (UTC) Message-ID: <471E4948.9040603@apache.org> Date: Tue, 23 Oct 2007 16:19:36 -0300 From: Davi Arnaut User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: "William A. Rowe, Jr." CC: APR Developer List Subject: Re: Looking at apr_atomic_casptr References: <471E39D4.2000903@rowe-clan.net> In-Reply-To: <471E39D4.2000903@rowe-clan.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org William A. Rowe, Jr. wrote: > did we f'up the volatile aspect of the declaration? > > volatile void **mem > > shouldn't this be... > > void * volatile *mem > Yes, but modifying it on truck would break the ABI rules. -- Davi Arnaut