From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83321 invoked by alias); 12 Jan 2018 14:34:50 -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 83303 invoked by uid 89); 12 Jan 2018 14:34:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=wm, WM, UD:M X-HELO: mx1.redhat.com Subject: Re: [PATCH] Implement allocate_once To: "Richard W.M. Jones" Cc: Carlos O'Donell , Torvald Riegel , GNU C Library , "Dmitry V. Levin" References: <6e4b6b22-3f38-f798-f2e0-eb22311ed6b5@redhat.com> <1515086144.9480.286.camel@redhat.com> <2d12ba41-e3ff-70db-484e-19d9805c5e53@redhat.com> <1515090825.9480.295.camel@redhat.com> <267148c7-61c9-b45b-7533-96284cae5e7d@redhat.com> <8a260297-4aaa-2a04-776a-cb5cbbb1fdf0@redhat.com> <20180112143312.GB24629@redhat.com> From: Florian Weimer Message-ID: Date: Fri, 12 Jan 2018 14:34:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180112143312.GB24629@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-01/txt/msg00456.txt.bz2 On 01/12/2018 03:33 PM, Richard W.M. Jones wrote: > On Fri, Jan 12, 2018 at 10:46:31AM +0100, Florian Weimer wrote: >> +/* Allocate and initialize and object once, in a thread-safe fashion. > ^^^ > I think you meant to say "an object". Thanks, fixed locally. 8-) Florian