[RFC PATCH 51/52] Y2038: add RPC functions

Albert ARIBAUD albert.aribaud@3adev.fr
Mon Sep 11 15:59:00 GMT 2017


Hi Paul,

On Mon, 11 Sep 2017 07:07:29 -0700, Paul Eggert <eggert@cs.ucla.edu>
wrote :

> Paul Eggert wrote:
> >    static inline bool
> >    fits_in_time_t (__time64_t t)
> >    {
> >      return t == (time64_t) t;
> >    }  
> 
> Ooops, that last statement should be "return t == (time_t) t;" of course. Sorry.

Noted -- and thanks to you and Marc for the simpler formulation.

Cordialement,
Albert ARIBAUD
3ADEV



More information about the Libc-alpha mailing list