From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id 9820F3858005 for ; Tue, 17 Nov 2020 22:59:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9820F3858005 Received: by mail-wm1-x335.google.com with SMTP id h21so332774wmb.2 for ; Tue, 17 Nov 2020 14:59:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=P1TJyGY+BYa1mFbZWP04pVqGJVIQxPSGykLyaoHtn+M=; b=SvFqIgkxc5tYNTPQp7EZYGAosc+0PMnkJvMpz+2L01qGlyNWO3OIDLBrmRp3ugY54P WO1/n7gLESXZmJS4bnwhTF0WgeMLIni8l5/60DUK4tr5OtygZZUOi/mnDq0aFZxePXlY JMzU3hmgQvyTMJnWG5ssdpE/MXIw9Ye3AushNrblrxh/RcbDbLeb/t/uyZPoN1VNXKR4 QTdmmel83aqXv6aC2gINO9g6u61Jb7+KCHbzJ0T/zv13LsVH9fG95LxAmuLRUS5a3ZMS RrcRXdOmjMxJdfUOmKfFf4wHFIrU0QX80iaqa18C2bu076vymNHugUxePvJJPDUedsIv nqLw== X-Gm-Message-State: AOAM533bN28cEOKuhQWeJX4w/srpUDONQuyfJP3wW53J0PiVq8zaTVO/ KzoYy8KgtYEpYpu/An9izxg= X-Google-Smtp-Source: ABdhPJyPI7YVMqL2D05Fkq3eZ/b0w6QhbfMYHBu4ZHm08FoyG3HMQa3vwVTIPei2eGKqpEK6nmgndw== X-Received: by 2002:a1c:a548:: with SMTP id o69mr621445wme.23.1605653993536; Tue, 17 Nov 2020 14:59:53 -0800 (PST) Received: from [192.168.1.143] ([170.253.51.130]) by smtp.gmail.com with ESMTPSA id f11sm29151590wrs.70.2020.11.17.14.59.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 17 Nov 2020 14:59:52 -0800 (PST) Subject: Re: Ping(3): [PATCH v4] : Add nitems() To: Joseph Myers Cc: libc-alpha@sourceware.org, libc-coord@lists.openwall.com, fweimer@redhat.com, gcc@gcc.gnu.org, ville.voutilainen@gmail.com, linux-man@vger.kernel.org, rusty@rustcorp.com.au, linux-kernel@vger.kernel.org, libstdc++@gcc.gnu.org, jwakely@redhat.com, enh@google.com References: <20200928191237.32063-1-colomar.6.4.3@gmail.com> From: Alejandro Colomar Message-ID: <8fb9c722-4190-6115-1d60-d94f8db7f749@gmail.com> Date: Tue, 17 Nov 2020 23:59:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2020 22:59:56 -0000 Hi Joseph, On 11/17/20 11:44 PM, Joseph Myers wrote: > I've asked the WG14 reflector why N2529 (and N2530, though that one's not > relevant to this feature) doesn't seem to have made it onto a meeting > agenda yet, when there have been two WG14 meetings since that proposal was > made and a third one coming up. > Nice! Please update me on any feedback you receive. So glibc will basically hold this patch at least until the WG answers to that, right? Thanks, Alex