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 528731F463 for ; Wed, 1 Jan 2020 10:36:05 +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:content-transfer-encoding; q=dns; s=default; b=UJUafuhPqo/RLrHIsQ1denjqPxWs/6VEOGslZnhc5A6 Sze7VTboJPWj5SWsdJyoUQuZP/bQnVKIFM4+MeEAsqWWGVHUIeG5ATK7+Bi8PVyn nCmTHbg815V2ikKr158I1moqa8zg7QRJQgEEcNzCz4GjP9tza7lyN+oWxbvfq1B4 = 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:content-transfer-encoding; s=default; bh=Kf2DJLCT/VQIodGzLJ+LmqaxT70=; b=gCFoJfg3lW3Gogf/D tD8pVK37+MrBPsaTFrkHjZWqkNgeahMEPUWpMYAIGvb7FIsCzO1gP4br6aIg/RTy axwiYr8dbYpqaevgrZSNkwU7R00bsRaLqx9jCEokamaLTGlSwio+etwLzfqB8H3f 8XwMWv61q4eBy53CEsRYLWbKPE= Received: (qmail 112787 invoked by alias); 1 Jan 2020 10:36:02 -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 112778 invoked by uid 89); 1 Jan 2020 10:36:01 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: albireo.enyo.de From: Florian Weimer To: Florian Weimer Cc: libc-alpha@sourceware.org, Joseph Myers Subject: Re: [PATCH 0/5] Implement built-in system call tables References: Date: Wed, 01 Jan 2020 11:35:08 +0100 In-Reply-To: (Florian Weimer's message of "Tue, 17 Dec 2019 15:30:32 +0100") Message-ID: <87d0c3jwgz.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I have rebased the series after the year 2020 change. It's on branch fw/builtin-syscalls-5. No other changes. (I did not use sed; there is a system call number that contains =E2=80=9C2019=E2=80=9D.)