From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44969 invoked by alias); 19 Apr 2018 01:08:45 -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 44918 invoked by uid 89); 19 Apr 2018 01:08:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Every X-HELO: zimbra.cs.ucla.edu Subject: Re: [[PATCH RFC 2] 03/63] Y2038: make __tz_convert compatible with 64-bit-time To: "Albert ARIBAUD (3ADEV)" , libc-alpha@sourceware.org References: <20180418201819.15952-1-albert.aribaud@3adev.fr> <20180418201819.15952-2-albert.aribaud@3adev.fr> <20180418201819.15952-3-albert.aribaud@3adev.fr> <20180418201819.15952-4-albert.aribaud@3adev.fr> From: Paul Eggert Message-ID: <630dffbc-d0e9-0cee-ebba-3d9a1ded8d42@cs.ucla.edu> Date: Thu, 19 Apr 2018 01:08:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180418201819.15952-4-albert.aribaud@3adev.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-04/txt/msg00386.txt.bz2 The patches to tzfile.c seem to be incomplete. Every use of time_t in that file (including tzfile_mtime) should be changed to __time64_t, no? And yet almost no instances where changed.