From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19731 invoked by alias); 21 Aug 2019 12:29:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 19722 invoked by uid 89); 21 Aug 2019 12:29:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: <20190820132152.24100-1-zackw@panix.com> <20190820132152.24100-4-zackw@panix.com> <78536de7-d9cc-f9b6-7269-7185982a43c3@linaro.org> In-Reply-To: <78536de7-d9cc-f9b6-7269-7185982a43c3@linaro.org> From: Zack Weinberg Date: Wed, 21 Aug 2019 12:29:00 -0000 Message-ID: Subject: =?UTF-8?Q?Re=3A_=5BPATCH_03=2F12=5D_Don=E2=80=99t_use_the_argument_to_time=2E?= To: Adhemerval Zanella Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-08/txt/msg00557.txt.bz2 On Tue, Aug 20, 2019 at 2:08 PM Adhemerval Zanella wrote: > > * misc/syslog.c (__vsyslog_internal) > > * time/getdate.c (__getdate_r) > > * time/tst_wcsftime.c (main): > > Use return value of time, not its argument. > > > > * string/strfry.c (strfry) > > * sysdeps/mach/sleep.c (__sleep): > > Remove unnecessary casts of NULL. > > LGTM, thanks. > > Reviewed-by: Adhemerval Zanella Committed, thanks. I removed all of the non-ASCII characters from the commit message to avoid tangling these changes up with an unrelated policy question. zw