From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9D8FF1F463 for ; Sat, 21 Dec 2019 09:52:13 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=C+u5i HrldsxjlgQ2m7qXWCrgHZXnee7QSr1LK8ZlSIeV7tX/OQUDI3Y4R2UH6LTfA9XbQ q/PKacLUinGQUCm73yK81drs3FpHxRmD7Yp9t+0KhOTvs41nLWTohXHB5UY6Jyrq qT9tT6pFpDrUvTK8XxpcT/g2QuLKh3j6jDrpR0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=KRDNUQ/NRfY JWTrWsVFF50RXRvU=; b=ge49Ctktj2/0P1Bxh/PPI/tV+HkLA1Pq5XtUkKxIlw8 iW29jyYQKif9rlDGRcRbP9W7Pw8RGV/ZVpunME8dpDzpqK8PDP/iX7ugEc2CUia3 LqC7OoZ6/Z2QV/eXSgjApVZf/YZL4Q/ZvispEP25tuGSMfGW5tCNpVXlLtA7DxoM = Received: (qmail 130590 invoked by alias); 21 Dec 2019 09:52:10 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 130579 invoked by uid 89); 21 Dec 2019 09:52:10 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: albireo.enyo.de From: Florian Weimer To: Mathieu Desnoyers Cc: Carlos O'Donell , Joseph Myers , Szabolcs Nagy , libc-alpha@sourceware.org Subject: Re: [RFC PATCH glibc 12/13] support: implement xpthread key create/delete (v3) References: <20191220213650.11281-1-mathieu.desnoyers@efficios.com> <20191220213650.11281-13-mathieu.desnoyers@efficios.com> Date: Sat, 21 Dec 2019 10:51:12 +0100 In-Reply-To: <20191220213650.11281-13-mathieu.desnoyers@efficios.com> (Mathieu Desnoyers's message of "Fri, 20 Dec 2019 16:36:49 -0500") Message-ID: <874kxu3t2n.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain * Mathieu Desnoyers: > diff --git a/ChangeLog.old/ChangeLog.19 b/ChangeLog.old/ChangeLog.19 > index 07c6aff585..ae2e4af636 100644 > --- a/ChangeLog.old/ChangeLog.19 > +++ b/ChangeLog.old/ChangeLog.19 > @@ -1,3 +1,11 @@ > +2019-12-17 Mathieu Desnoyers > + > + * support/Makefile: Add xpthread_key_create and xpthread_key_delete. > + * support/xthread.h: Add prototype for xpthread_key_create and > + xpthread_key_delete. > + * support/xpthread_key_create.c: New file. > + * support/xpthread_key_delete.c: New file. > + Please remove the ChangeLog update. Otherwise okay.