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 4E0803858428 for ; Sun, 2 Apr 2023 22:55:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4E0803858428 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 1pj6bV-0007ST-U5; Sun, 02 Apr 2023 18:55:17 -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=9sMrXUMVsjzr2cVlB9ctl6VzsgAuVtKiL/6yYESYSJk=; b=ZINJ2E0MakoO+yqckSZa qnYkN15Qj+1lJsrYbCaNIADhEJAX41sGnlVeEnfy3XyrwTTXmShvalR+6brwH+xf5vmFrsMuvGkbp A6i6L1iJRYTGoNlb1izOumwsnXLOghzGlNGGSCdV1HQafI2eN0N/pV0TY5zQ8ZH8wn9Nv6CDnPfp1 JlEo5PQeg2wz2HXC9NhQtXWqEEicKsjxioZYow9SCiu7Eflupqn9tYnOBLID8oFPwP47wyJ7OR64X HV+A0dv1QIl6BhcjXIHxcpWVG1KW6r9sGnCMUL52JedQJ6sYMMRSRZ8u5rVi8XyvdGQNFKgZQvj4l SZMFVvmOXKkyug==; Received: from [2a01:cb19:4a:a400:de41:a9ff:fe47:ec49] (helo=begin) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pj6bV-0000cR-F3; Sun, 02 Apr 2023 18:55:17 -0400 Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1pj6bU-00AryN-1U; Mon, 03 Apr 2023 00:55:16 +0200 Date: Mon, 3 Apr 2023 00:55:16 +0200 From: Samuel Thibault To: Sergey Bugaev Cc: libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: Re: [RFC PATCH glibc 07/34] hurd: Fix file name in #error Message-ID: <20230402225516.46wg5bzuguu25znf@begin> Mail-Followup-To: Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org References: <20230319151017.531737-1-bugaevc@gmail.com> <20230319151017.531737-8-bugaevc@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230319151017.531737-8-bugaevc@gmail.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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: Applied, thanks! Sergey Bugaev, le dim. 19 mars 2023 18:09:50 +0300, a ecrit: > Signed-off-by: Sergey Bugaev > --- > hurd/longjmp-ts.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hurd/longjmp-ts.c b/hurd/longjmp-ts.c > index bc4add32..0032d747 100644 > --- a/hurd/longjmp-ts.c > +++ b/hurd/longjmp-ts.c > @@ -27,5 +27,5 @@ _hurd_longjmp_thread_state (void *state, jmp_buf env, int val) > /* Set all the registers in *STATE to the values described by ENV and > RETVAL. After this, setting that thread's state to STATE should be > just like calling `longjmp (ENV, RETVAL)'. */ > - #error "Need to write sysdeps/mach/hurd/MACHINE/longjmp-ctx.c" > + #error "Need to write sysdeps/mach/hurd/MACHINE/longjmp-ts.c" > } > -- > 2.39.2 > -- Samuel --- Pour une évaluation indépendante, transparente et rigoureuse ! Je soutiens la Commission d'Évaluation de l'Inria.