From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward502b.mail.yandex.net (forward502b.mail.yandex.net [178.154.239.146]) by sourceware.org (Postfix) with ESMTPS id D68BB385840D for ; Tue, 14 Feb 2023 08:42:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D68BB385840D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru Received: from sas2-5f87e53faae8.qloud-c.yandex.net (sas2-5f87e53faae8.qloud-c.yandex.net [IPv6:2a02:6b8:c14:289d:0:640:5f87:e53f]) by forward502b.mail.yandex.net (Yandex) with ESMTP id B1DD85EEFE; Tue, 14 Feb 2023 11:42:18 +0300 (MSK) Received: by sas2-5f87e53faae8.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id Hge5wk0YdSw1-cNg3q3Gs; Tue, 14 Feb 2023 11:42:18 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1676364138; bh=cq0sYGC+RMCiYby6+GhZoDFL+06LESwvDmUesJ1zc5s=; h=From:In-Reply-To:Cc:Date:References:To:Subject:Message-ID; b=ifBjqkoUPqUZrQiqDz03gN+F+qmNSiePt4UbdyFvH6UA7J/OeQzdTXqftGvyfNfXN TTjS3QkbEjh0Yg8NB8OCGPinuNZMsIYNrTttLfY2/PR+aL3iuaKspFW2zzujGX0Y47 Cxge284jpoCOHgEMUZlZl94l7OUnGHpVfuvOHOvU= Authentication-Results: sas2-5f87e53faae8.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <17b2c002-7298-ed14-79ac-2563041e7dd5@yandex.ru> Date: Tue, 14 Feb 2023 13:42:17 +0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 2/2] dlfcn,elf: implement dlmem() function [BZ #11767] Content-Language: en-US To: Joseph Myers Cc: libc-alpha@sourceware.org References: <20230210140744.2828787-1-stsp2@yandex.ru> <20230210140744.2828787-2-stsp2@yandex.ru> <5a565390-dbc7-b18f-37b-b9742e87a51b@codesourcery.com> <99c1d55b-a632-ec08-1c9b-870b7409ad74@yandex.ru> <8ca35d-efc9-498-edf8-e0f166dcd8f@codesourcery.com> From: stsp In-Reply-To: <8ca35d-efc9-498-edf8-e0f166dcd8f@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,NICE_REPLY_A,SPF_HELO_NONE,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: 14.02.2023 02:46, Joseph Myers пишет: > On Sun, 12 Feb 2023, stsp via Libc-alpha wrote: > > 2.37 is the *last* version, not the next one; since it's been released, no > more symbols can be added to it. You need to use 2.38, not 2.37. Done, thanks.