From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id DA4B01FD45 for ; Thu, 9 Jan 2020 14:48:41 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=bEqH EhBG1zarbtgOawo4RsZ7LQ/8jqACAabRFnFdRchjc6f0yprFXoopPV7w57BcUceO oXqKVRuJD17DCjDDcJnU1HQvCVL/4+OLjAAjwSUhdLU7VCUDURkOn/xe1nbyPUR+ qQF8aPUJot/FFwJQ3kWoVyZzTsUT/THuFRT9EmM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=ZynlBm49Kr CtBOj55u26cGR+Gbk=; b=TKK2e8GpGOqYnbefh8sg/nINxLtzL8A/aLUcO+/bIU dvqz5VciqR+dXF1AeyJft1fB0l/v/dEamGgUaeJvLxZmwrILlKp1DRaYb52AwnKb kdspC6uAnsj7me2+1C60oQ2kzmE7NHbS40/mP2UcmIx3u09xRJm1Pp07TvV/uhIJ w= Received: (qmail 74556 invoked by alias); 9 Jan 2020 14:48:38 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 73389 invoked by uid 89); 9 Jan 2020 14:48:19 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: <20200108204107.8164-1-zackw@panix.com> <682025cf-f8b6-f0b9-49ba-8553818a9ada@sourceware.org> In-Reply-To: <682025cf-f8b6-f0b9-49ba-8553818a9ada@sourceware.org> From: Zack Weinberg Date: Thu, 9 Jan 2020 09:48:00 -0500 Message-ID: Subject: Re: [PATCH] Revise NEWS description of changes to gettimeofday etc. To: Siddhesh Poyarekar Cc: GNU C Library , Adhemerval Zanella Content-Type: text/plain; charset="UTF-8" On Thu, Jan 9, 2020 at 3:10 AM Siddhesh Poyarekar wrote: > On 09/01/20 2:11 am, Zack Weinberg wrote: > > I would normally just go ahead and push a docs-only editorial change like > > this, but I haven't been following the Y2038 work carefully since Adhemerval > > took over my patch series (thanks again, Adhemerval) so I would like to ask > > for another pair of eyes. I'll probably push this in 24 hours if there are > > no objections, since time is short. > > This is fine. Thanks, pushed. zw