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 979113858D20 for ; Tue, 3 Jan 2023 23:02:49 +0000 (GMT) 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 1pCqIy-0005DI-F9; Tue, 03 Jan 2023 18:02:48 -0500 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=JDXVAt/Vbv65baLKKFMEmW91F0lksR6oQG6C0HpTrgw=; b=B75lWWyfwwHTYoJl8XrC yXEVT/M+5LIpM3dD6NBgSkoocU4LJlpoRm49UHBQMfAE1vnzfELzQnTnRZTSavCL27w6BKYuGoOql NMYe7zxRuBAymYuLXXexkrcNFq5kdpAIm8dH4+4aP5fRs93xgdvRPNAZbzBxQ93fXC5fFGwdX2dG7 M79AOgpqa0ZODM0gvYLIre3ROXPwg7QTfeO06iUk4oV4dE+YlaLf5PXXqKsSXI2BJv8uWniOq27tW g18UaZkSg5xgo7FODrj2OEWn8RIEqjGJjM0v2dE68TBYkrj4m+Q5RllCNicuOT1YHPxqUTDcWw9m/ L177+6QMrzB4pg==; Received: from [2a01:cb19:4a:a400: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 1pCqIy-0008Rx-94; Tue, 03 Jan 2023 18:02:48 -0500 Received: from samy by begin.home with local (Exim 4.96) (envelope-from ) id 1pCqIw-004RZy-1G; Wed, 04 Jan 2023 00:02:46 +0100 Date: Wed, 4 Jan 2023 00:02:46 +0100 From: Samuel Thibault To: Guy-Fleury Iteriteka , libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: Re: [PATCH 3/3] htl: move pthread_self into libc Message-ID: <20230103230246.x6plghfd24eyqgjm@begin> Mail-Followup-To: Guy-Fleury Iteriteka , libc-alpha@sourceware.org, bug-hurd@gnu.org References: <20230103104515.324527-1-gfleury@disroot.org> <20230103104515.324527-4-gfleury@disroot.org> <20230103215001.vlqpffypyedahpp4@begin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230103215001.vlqpffypyedahpp4@begin> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-4.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 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: Samuel Thibault, le mar. 03 janv. 2023 22:50:01 +0100, a ecrit: > make -C $src_dir/htl objdir=$PWD subdir=htl ..=../ $PWD/elf/check-abi-libpthread.out Actually make -C $src_dir/htl objdir=$PWD subdir=htl ..=../ $PWD/htl/check-abi-libpthread.out Samuel