From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by sourceware.org (Postfix) with ESMTPS id 9BCA538460A7 for ; Wed, 17 May 2023 19:14:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9BCA538460A7 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-lf1-x133.google.com with SMTP id 2adb3069b0e04-4f13c577e36so1438919e87.1 for ; Wed, 17 May 2023 12:14:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684350893; x=1686942893; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=wZyJCoTbMYEIs2p02zPf14iGyHOm4h/oVtFbPMe9zeA=; b=LaW2EI6D9LEVWj52IwAoGpJgsKBbCFD93qkBD3OEhbGAH2Jvio2xrR24Iu4zkBZuVI Ie82A1H0Dv5X3AKT/GGKwNZHNcBowxRiLFQOg3cjLlmnSsoD6ctvT5ATfLUJkWdTb7k/ 9tmvmEIFgIKOousZrQf33eA+hkztV+QFX0mPwl+1MuCfgR6fDD/SM1iUfyoP8KNygzTs 4ZVOZP9g7NGoJhTqPSM4cegvQSouHjTw2yWncv29QfOqQa1OrWa8yhfGrzB6UbBu8wzm 33OzrnBcVWgZNM1+7iny+7u9F5gv8IzluuwEs2XWF2hRuiSjG6tZEeXLV8Aug59yviUB wgkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684350893; x=1686942893; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=wZyJCoTbMYEIs2p02zPf14iGyHOm4h/oVtFbPMe9zeA=; b=eh8HIdlsY5mLGOvLMRhVoSxFphv3jkTvTw4Tyu+yBQo986rZm7VyMeqv0zy+uwBOsy VH9N4LQD8wKCKdjSFYyPOJjWp1iZxtOPQ0kx6TcbLPhRHZN3wOWd+IK1KrDMrG3jIpK+ FhnMCl3t/bVRINsbFj+T/7o+wq+X36lR6kmoS8ow+3ylIDp5h+ghKMCEuuPkhJ6+xt2f lt2ntFZJPEh0FC9j5SfP97cttFFF35ibG/JmfaeB1hl7DVkAjEZ1NFL4DiPFXg3niJqu t4yHcnH24oVJJ2642QI5gQivcyf2x/7RLCa5bI36OEfPLGpKEGuhnGPbfjgk8cHnZ8fd Dx4Q== X-Gm-Message-State: AC+VfDzf7LCgS8OUB0UU177Te9Ghai/Xb92adaXtFb4AK62QKwwDm/Jp 02G29xslO0e4HZtBWgvthyYL36iM0J0= X-Google-Smtp-Source: ACHHUZ6knRM6ysihyfDZAfL0zIfDGB6bTktHU9g3Z8BSaXFtkLlkFevSabilQCaPIfA7mdBwMei2CQ== X-Received: by 2002:a05:6512:3906:b0:4e7:dd1e:e521 with SMTP id a6-20020a056512390600b004e7dd1ee521mr442985lfu.9.1684350892817; Wed, 17 May 2023 12:14:52 -0700 (PDT) Received: from surface-pro-6.. ([194.190.106.50]) by smtp.gmail.com with ESMTPSA id o18-20020ac24352000000b004eed8de597csm3415744lfl.32.2023.05.17.12.14.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 12:14:51 -0700 (PDT) From: Sergey Bugaev To: libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: [RFC PATCH 10/10] hurd: Regenerate errno.h Date: Wed, 17 May 2023 22:14:36 +0300 Message-Id: <20230517191436.73636-11-bugaevc@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230517191436.73636-1-bugaevc@gmail.com> References: <20230517191436.73636-1-bugaevc@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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: 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? sysdeps/mach/hurd/bits/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/hurd/bits/errno.h b/sysdeps/mach/hurd/bits/errno.h index a0794f96..080daebe 100644 --- a/sysdeps/mach/hurd/bits/errno.h +++ b/sysdeps/mach/hurd/bits/errno.h @@ -1,6 +1,5 @@ /* This file generated by errnos.awk from errno.texi - stdc-predef.h libc-symbols.h mach/message.h mach/kern_return.h @@ -12,6 +11,7 @@ features.h features-time64.h ../sysdeps/generic/features-time64.h + stdc-predef.h sys/cdefs.h ../misc/sys/cdefs.h ../sysdeps/x86/bits/wordsize.h -- 2.40.1