From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 65886384A4B7 for ; Wed, 17 May 2023 21:04:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 65886384A4B7 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzOK3-0004lf-5Q; Wed, 17 May 2023 17:04:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=In-Reply-To:MIME-Version:References:Subject:To:From: Date; bh=Er4KuKXJo7s5PDcGq82X2SnFq+YHAVteAP3EsJzVzss=; b=Bak2iMoJwxCsH3HU+t5I KBTi8Vnyy5bbT3rGgEHUW9j1f7EGJ2UVWIypsc+gKJmOXeYzVh8Ndy2gNUwagl778h22D9PJ2Kuf8 l+CpEj10Gaum1Whls1DGfSDJKFnqjPLDkB5eJRJ6Ur+GHunzR0TTofTNcB+Wmt74F17DlW2u5ZLxD TwW8piDLVttbec7tt6NlIA8umlXZQsJvZKPQIq8lTyKonVsYvarjFgp6QfbmfY06960OdJZ+bn7+y lyGHx/FdRm9jCoQOyZ74UeWKi3crfwls3Ji1vYnwmXwZtNMhz9BDGKYugQwmQYntX/bGr05Ta7lpt WVWPyFm/pbe/9Q==; Received: from 2a01cb008c251f00de41a9fffe47ec49.ipv6.abo.wanadoo.fr ([2a01:cb00:8c25:1f00:de41:a9ff:fe47:ec49] helo=begin.home) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzOK2-0006ka-Ug; Wed, 17 May 2023 17:04:34 -0400 Received: from samy by begin.home with local (Exim 4.96) (envelope-from ) id 1pzOK1-006Lqc-2R; Wed, 17 May 2023 23:04:33 +0200 Date: Wed, 17 May 2023 23:04:33 +0200 From: Samuel Thibault To: Joseph Myers Cc: Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: Re: [RFC PATCH 10/10] hurd: Regenerate errno.h Message-ID: <20230517210433.n3ufgirwvjatjl6x@begin> Mail-Followup-To: Joseph Myers , Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org References: <20230517191436.73636-1-bugaevc@gmail.com> <20230517191436.73636-11-bugaevc@gmail.com> <85add290-a9e4-2299-9792-84fe49dae127@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <85add290-a9e4-2299-9792-84fe49dae127@codesourcery.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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. 17 mai 2023 19:39:23 +0000, a ecrit: > On Wed, 17 May 2023, Sergey Bugaev via Libc-alpha wrote: > > > Signed-off-by: Sergey Bugaev > > --- > > My build keeps insisting that stdc-predef.h should be next to sysdeps and > > sys/cdefs.h; maybe it's right? If not, how do I stop it from changing? > > I suggest changing the generator code not to put this list in the file at > all. Yes, if it poses problem we can just rule it out. Samuel