From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35765 invoked by alias); 8 Sep 2017 04:23:11 -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 35756 invoked by uid 89); 8 Sep 2017 04:23:11 -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=cordialement X-HELO: smtp6-g21.free.fr Date: Fri, 08 Sep 2017 04:23:00 -0000 From: Albert ARIBAUD To: libc-alpha@sourceware.org Subject: Re: [RFC PATCH 00/52] Make GLIBC Y2038-proof Message-ID: <20170908062302.284f81c1.albert.aribaud@3adev.fr> In-Reply-To: <20170907224219.12483-1-albert.aribaud@3adev.fr> References: <20170907224219.12483-1-albert.aribaud@3adev.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2017-09/txt/msg00369.txt.bz2 On Fri, 8 Sep 2017 00:41:27 +0200, "Albert ARIBAUD (3ADEV)" wrote : > This series implements Y2038-proof types, implementation, internal > functions, and APIs. For more information, see documentation at > https://sourceware.org/glibc/wiki/Y2038ProofnessDesign > > Each patch in this series except the last add one type or function, > with a few exception where several functions are implemented as a whole. > > The last patch enables the _TIME_BITS mechanism. Once this patch is > applied, API header files will will use 64-bit time if _TIME_BITS is > defined and equal to 64 prior to their inclusion, and conversively, > will use 32-bit time if _TIME_BITS is different from 64 or does not > exist. Additional info: this RFC patch series only works on ARM, but it should be extended to all 32-bit architectures later. Cordialement, Albert ARIBAUD 3ADEV