From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29133 invoked by alias); 3 Aug 2016 11:01:40 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 29123 invoked by uid 89); 3 Aug 2016 11:01:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH 1/2] Add atomic_exchange_relaxed. To: Torvald Riegel References: <1469655533.19224.27.camel@localhost.localdomain> <1469655786.19224.32.camel@localhost.localdomain> Cc: GLIBC Devel From: Florian Weimer Message-ID: <69fca668-a806-75d7-d34f-15736e7596dc@redhat.com> Date: Wed, 03 Aug 2016 11:01:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1469655786.19224.32.camel@localhost.localdomain> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-08/txt/msg00125.txt.bz2 On 07/27/2016 11:43 PM, Torvald Riegel wrote: > commit 9928bcc40ed43bf9959fe7e3d4f042c5c01c6448 > Author: Torvald Riegel > Date: Thu Jul 21 14:31:28 2016 +0200 > > Add atomic_exchange_relaxed. > > * include/atomic.h (atomic_exchange_relaxed): New. Looks good to me. Thanks, Florian