From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24776 invoked by alias); 13 Jun 2018 18:46:35 -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 24652 invoked by uid 89); 13 Jun 2018 18:46:34 -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= X-HELO: zimbra.cs.ucla.edu Subject: Re: [PATCH 1/2] Y2038: add type __time64_t To: Joseph Myers Cc: Albert ARIBAUD , libc-alpha@sourceware.org References: <20180613070019.4639-1-albert.aribaud@3adev.fr> <20180613070019.4639-2-albert.aribaud@3adev.fr> <20180613181908.25a92dc8@athena> From: Paul Eggert Openpgp: preference=signencrypt Message-ID: <99c7abc6-cd15-ce90-0792-3f9e5696be51@cs.ucla.edu> Date: Wed, 13 Jun 2018 18:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00352.txt.bz2 On 06/13/2018 09:39 AM, Joseph Myers wrote: > Whatever the name, it needs to be clear that this macro relates to the > time_t used by default (unsuffixed) functions in this glibc -*not* > necessarily the time_t for the current compilation. OK, in that case perhaps it's better to stick to __TIMESIZE, as the _WIDTH names are intended to apply to the current compilation. (Sorry about confusing C11 with TS 18661-1.)