This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [RFC PATCH 51/52] Y2038: add RPC functions
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