From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130213 invoked by alias); 13 Jun 2018 12:36:34 -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 130204 invoked by uid 89); 13 Jun 2018 12:36:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=HTo:D*ucla.edu, H*r:sk:smtp6-g, repost, H*r:ip*212.27.42.6 X-HELO: smtp6-g21.free.fr Date: Wed, 13 Jun 2018 12:36:00 -0000 From: Albert ARIBAUD To: Paul Eggert Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 1/2] Y2038: add type __time64_t Message-ID: <20180613143623.54b211a6@athena> In-Reply-To: <08063cdb-eb06-7b47-5020-55852c1b6f96@cs.ucla.edu> References: <20180613070019.4639-1-albert.aribaud@3adev.fr> <20180613070019.4639-2-albert.aribaud@3adev.fr> <08063cdb-eb06-7b47-5020-55852c1b6f96@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00307.txt.bz2 Hi Paul, On Wed, 13 Jun 2018 01:38:09 -0700, Paul Eggert wrote : > Albert ARIBAUD (3ADEV) wrote: > > -__STD_TYPE __TIME_T_TYPE __time_t; /* Seconds since the Epoch. */ > > +__STD_TYPE __TIME_T_TYPE __time_t; /* Seconds since the Epoch, Y2038-unsafe. */ > > This change to commentary is confusing, as __time_t is Y2038-safe on 64-bit > hosts. I suggest omitting the change, and changing the comment on the next line > to "Seconds since the Epoch (TIME_BITS==64)" (or whatever the name of that macro > is). Fixed locally as suggested, will repost once 2/2 discussion is complete. Cordialement, Albert ARIBAUD 3ADEV