From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id 53D1E3858C54 for ; Wed, 5 Oct 2022 18:09:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 53D1E3858C54 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 563EA200E8; Wed, 5 Oct 2022 20:09:38 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1Keqh0UwnR5X; Wed, 5 Oct 2022 20:09:38 +0200 (CEST) Received: from begin (lfbn-bor-1-376-208.w109-215.abo.wanadoo.fr [109.215.91.208]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 3C478200E3; Wed, 5 Oct 2022 20:09:38 +0200 (CEST) Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1og8pu-005hDG-1B; Wed, 05 Oct 2022 20:09:38 +0200 Date: Wed, 5 Oct 2022 20:09:38 +0200 From: Samuel Thibault To: Joseph Myers Cc: libc-alpha@sourceware.org Subject: Re: Regenerate sysdeps/mach/hurd/bits/errno.h Message-ID: <20221005180938.dpwc6l2fag3wa6fs@begin> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-13.7 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Joseph Myers, le mer. 05 oct. 2022 17:50:20 +0000, a ecrit: > This addition to the list of source headers in > sysdeps/mach/hurd/bits/errno.h appears in the source tree after > build-many-glibcs.py runs, I'm guessing resulting from gnumach commit > c566ad85a2d6728ebc8ec0f461a3b35df300e96e. Most probably yes, please commit it. > diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h > index 0d935e7..90c8897 100644 > --- a/sysdeps/mach/hurd/bits/errno.h > +++ b/sysdeps/mach/hurd/bits/errno.h > @@ -9,6 +9,7 @@ > mach/boolean.h > mach/i386/boolean.h > mach/i386/vm_types.h > + mach/i386/stdint.h > mach/mig_errors.h > device/device_types.h > mach/std_types.h > > -- > Joseph S. Myers > joseph@codesourcery.com